diff options
author | Benjamin Barenblat <bbarenblat@galois.com> | 2014-01-13 15:56:57 -0800 |
---|---|---|
committer | Benjamin Barenblat <bbarenblat@galois.com> | 2014-01-13 15:56:57 -0800 |
commit | b69ec3f6d953e67422dd32b72688cba850fd1b2e (patch) | |
tree | a24e664807c19bd3b50f504ce0d33df24f135a23 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d4caf57 --- /dev/null +++ b/.gitignore @@ -0,0 +1,56 @@ +# .gitignore for ppamltracer -*- conf -*- + +# Editor backup files +*~ +\#* +.\#* + +# autoscan +autoscan.log +configure.scan + +# aclocal +aclocal.m4 +autom4te.cache/ +m4/libtool.m4 +m4/lt*.m4 + +# autoconf +configure + +# autoheader +config.h.in + +# libtoolize +ltmain.sh + +# automake +Makefile.in +ar-lib +config.guess +config.sub +depcomp +install-sh +missing + +# configure +.deps/ +Makefile +config.h +config.log +config.status +libtool +ppamltracer.pc +stamp-* + +# make +.libs/ +*.la +*.lo +*.o + +# Doxygen +doc/ + +# Examples +examples/simple |