From 52b467c2fa7fecb0ff721d7fed582c07307ea06c Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 28 Sep 2012 15:34:50 +0200 Subject: updated .gitignore --- .gitignore | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 560c14d..d79c4d7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 *~ -- cgit v1.2.3