diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d86a163 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a + +# autotools +autom4te.cache/* +aux-build/* +aclocal.m4 +config.h.in +configure +Makefile.in + +# eclipse +.project +.cproject +.settings/* + +# swap files +*.swp + +# project specific +build/* + |