diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-02 02:32:00 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-02 02:32:00 +0200 |
commit | edd68f4be0f7bf677a66bea4bb56dbf5bcab0339 (patch) | |
tree | 9c321241ba97beae1a0981e7e779e6200e6f3454 | |
parent | 23ad231bf566ba9cb877d409de80b8259cdd9bb5 (diff) | |
download | experiment-player-edd68f4be0f7bf677a66bea4bb56dbf5bcab0339.tar.gz |
added gitignore file
-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 +*~ |