diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-28 15:34:50 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-28 15:34:50 +0200 |
commit | 52b467c2fa7fecb0ff721d7fed582c07307ea06c (patch) | |
tree | 4b8291b088f77ae9ef1c91cb503767d86d1db135 | |
parent | e197a504753cbe8d08adbd5e58deaf839fe4ca53 (diff) | |
download | osc-graphics-52b467c2fa7fecb0ff721d7fed582c07307ea06c.tar.gz |
updated .gitignore
-rw-r--r-- | .gitignore | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,6 +1,26 @@ +# Autotools +/configure +/config.h +/config.h.in +/config.log +/config.status +/config +/aclocal.m4 +/autom4te.cache +/libtool +.deps/ +.libs/ +*.la +*.lo *.o *.exe -osc-graphics +Makefile +Makefile.in +stamp-* +/src/osc-graphics +/chuck/lib.ck + +# Backup files *~ |