diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-04 12:39:24 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-04 12:39:24 +0200 |
commit | 2435ce47d2ac535feb811abd6a1f9b9f66d8f5e8 (patch) | |
tree | ddb7bc019e1bc43708ea4654e5d93e415e7d54d4 /.gitignore | |
parent | 841563828bed9dee3580b5e0cd245e44b0d63043 (diff) |
Imported Upstream version 0.0.6upstream/0.0.6
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/* + |