diff options
| author | Mike Buland <mike@xagasoft.com> | 2016-09-21 12:56:11 -0600 |
|---|---|---|
| committer | Mike Buland <mike@xagasoft.com> | 2016-09-21 12:56:11 -0600 |
| commit | 10f61f1285190986498221cfa82b2d3b9fe9f391 (patch) | |
| tree | 78a469517d56aa423dbc231cd49544ffb4969738 /.gitignore | |
| parent | a9e52e201f401860e394a87ec3634206aedc440b (diff) | |
| download | libgats-10f61f1285190986498221cfa82b2d3b9fe9f391.tar.gz libgats-10f61f1285190986498221cfa82b2d3b9fe9f391.tar.bz2 libgats-10f61f1285190986498221cfa82b2d3b9fe9f391.tar.xz libgats-10f61f1285190986498221cfa82b2d3b9fe9f391.zip | |
Accumulated changes.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6020bc1 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | *.o | ||
| 2 | *.a | ||
| 3 | .*.swp | ||
| 4 | /c++-libbu++/gats | ||
| 5 | /c++-qt/Makefile* | ||
| 6 | *.dll | ||
| 7 | /c++-qt/object_script.* | ||
| 8 | /c++-qt/release | ||
| 9 | /c++-qt/debug | ||
| 10 | /c++-qt/tmp | ||
