diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-04 12:39:25 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-10-04 12:39:25 +0200 |
commit | ae958347cf5c3d1aa0cc72d7c8b2aed2c4f36f05 (patch) | |
tree | fed724cb595c63162362cdb59335758fa8bb3b32 /.gitignore | |
parent | 660792abae8b486e46ff292d55b8b17aafffb656 (diff) | |
parent | 2435ce47d2ac535feb811abd6a1f9b9f66d8f5e8 (diff) |
Merge tag 'upstream/0.0.6'
Upstream version 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/* + |