OSDN Git Service

* .gitignore: Import from gdb repository.
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jan 2013 15:48:46 +0000 (15:48 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Jan 2013 15:48:46 +0000 (15:48 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195087 138bc75d-0d04-0410-961f-82ee72b054a4

.gitignore [new file with mode: 0644]
ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/ada/.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..bda55a3
--- /dev/null
@@ -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
index aaf374d..7d3463b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-09  Jason Merrill  <jason@redhat.com>
+
+       * .gitignore: Import from gdb repository.
+
 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
 
        * Makefile.def (configure-gcc): Depend on all-gmp.
index 3c57e52..46bae82 100644 (file)
@@ -1,3 +1,7 @@
+2013-01-10  Jason Merrill  <jason@redhat.com>
+
+       * ada/.gitignore: New.
+
 2013-01-10  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * 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 (file)
index 0000000..a499072
--- /dev/null
@@ -0,0 +1,2 @@
+# In the Ada testsuite, .a is an ada source file, not a library.
+!*.a