diff options
-rw-r--r-- | .gitignore | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7158d66 --- /dev/null +++ b/.gitignore @@ -0,0 +1,26 @@ +# Autotools +/configure +/config.h +/config.h.in +/config.log +/config.status +/config +/aclocal.m4 +/autom4te.cache +/libtool +Makefile +Makefile.in +stamp-* + +# Generated +.*/ +/doc/Doxyfile +/doc/doxygen +/doc/experiment-player.html +/doc/html_titlepage.xsl + +/src/experiment-player +*.o + +# Backup files +*~ |