diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..58b2f17 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | # git-ls-files --others --exclude-from=.git/info/exclude | ||
| 2 | # Lines that start with '#' are comments. | ||
| 3 | # For a project mostly in C, the following would be a good set of | ||
| 4 | # exclude patterns (uncomment them if you want to use them): | ||
| 5 | *.[oa] | ||
| 6 | *~ | ||
| 7 | *.po | ||
| 8 | *.lo | ||
| 9 | *.la | ||
| 10 | autom4te.cache/* | ||
| 11 | *.in | ||
| 12 | */.deps/* | ||
| 13 | m4/* | ||
| 14 | *.swp | ||
| 15 | aclocal.m4 | ||
| 16 | config.h | ||
| 17 | config.log | ||
| 18 | config.sub | ||
| 19 | config.guess | ||
| 20 | config.status | ||
| 21 | configure | ||
| 22 | depcomp | ||
| 23 | install-sh | ||
| 24 | compile | ||
| 25 | main | ||
| 26 | ltmain.sh | ||
| 27 | missing | ||
| 28 | mkinstalldirs | ||
| 29 | libtool | ||
| 30 | *Makefile | ||
| 31 | stamp-h1 | ||
| 32 | src/.libs | ||
| 33 | src/sbmanager | ||
| 34 | data/data.h | ||
