From 67970ff9f336b5378d5263ecc7299db732e979de Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Wed, 21 Jan 2009 11:31:58 -0800 Subject: [PATCH] added more things to ignore --- .gitignore | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ba58a5f..2d665ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,19 @@ +*.o +*.obj +*.exe +*.pdf +*.swf +*.ps +*.pyc +lib/*.a +c +t +cming +gen Makefile Makefile.common +Makefile.new +Makefile.depend config.h config.log config.cache @@ -7,6 +21,17 @@ libtool release config.status 3rdparty -*.o -*.pdf -*.swf +autom4te.cache +aclocal.m4 +build/ +installer/files1.c +installer/files1.exe +installer/files2.c +installer/files2.exe +installer/installer.coff +installer/installer.upx +installer/makegui +installer/mkarchive +installer/swftools-small.bmp +installer/uninstall.exe + -- 1.7.10.4