diff options
author | Joel Brobecker <brobecker@gnat.com> | 2013-01-11 15:17:35 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2013-01-11 15:17:35 +0000 |
commit | bf51454b450bbc099e8be9aa178b86ea010edd4e (patch) | |
tree | 636368f80a52582af0e8f888994a8c68c90db1d8 /.gitignore | |
parent | 0bf402d505d293fd9ceaa6bf7ca7bd4d910fd545 (diff) | |
download | binutils-gdb-bf51454b450bbc099e8be9aa178b86ea010edd4e.tar.gz |
Sync the root .gitignore file with GCC's.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 10 insertions, 8 deletions
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 |