From 7900ea7d9948d03167e78a98dbcf9d1b50425b47 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 10 Jan 2013 10:48:46 -0500 Subject: [PATCH] * .gitignore: Import from gdb repository. From-SVN: r195087 --- .gitignore | 42 ++++++++++++++++++++++++++++++++++++ ChangeLog | 4 ++++ gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/ada/.gitignore | 2 ++ 4 files changed, 52 insertions(+) create mode 100644 .gitignore create mode 100644 gcc/testsuite/ada/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000000..bda55a38399 --- /dev/null +++ b/.gitignore @@ -0,0 +1,42 @@ +*.diff +*.patch +*.orig +*.rej + +*~ +.#* +*# + +*.flt +*.gmo +*.info +*.la +*.lo +*.o +*.pyc +*.tmp + +.deps +.libs + +autom4te.cache +config.cache +config.h +config.intl +config.log +config.status +libtool +POTFILES +*-POTFILES + +TAGS +TAGS.sub + +.gdbinit +.gdb_history + +# ignore core files, but not java/net/protocol/core/ +core +!core/ + +lost+found diff --git a/ChangeLog b/ChangeLog index aaf374d2969..7d3463b9151 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-01-09 Jason Merrill + + * .gitignore: Import from gdb repository. + 2013-01-09 H.J. Lu * Makefile.def (configure-gcc): Depend on all-gmp. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 3c57e52bd40..46bae821ebf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2013-01-10 Jason Merrill + + * ada/.gitignore: New. + 2013-01-10 Rainer Orth * g++.dg/tls/thread_local-cse.C: Don't xfail on *-*-solaris2.9. diff --git a/gcc/testsuite/ada/.gitignore b/gcc/testsuite/ada/.gitignore new file mode 100644 index 00000000000..a499072f4e5 --- /dev/null +++ b/gcc/testsuite/ada/.gitignore @@ -0,0 +1,2 @@ +# In the Ada testsuite, .a is an ada source file, not a library. +!*.a