From 5ea75a49e52391075ec2b94474de55da287b184c Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Fri, 11 Jan 2013 15:17:35 +0000 Subject: Sync the root .gitignore file with GCC's. --- .gitignore | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index dc1bf3f11bb..bda55a38399 100644 --- a/.gitignore +++ b/.gitignore @@ -4,14 +4,16 @@ *.rej *~ -*.a +.#* +*# + *.flt -*.gdb *.gmo *.info *.la *.lo *.o +*.pyc *.tmp .deps @@ -24,17 +26,17 @@ config.intl config.log config.status libtool -Makefile -stamp-* POTFILES *-POTFILES -*/po/Makefile.in + +TAGS +TAGS.sub .gdbinit .gdb_history + +# ignore core files, but not java/net/protocol/core/ core +!core/ lost+found - -*.log -*.sum -- cgit v1.2.1