* .gitignore: Import from gdb repository.

From-SVN: r195087
This commit is contained in:
Jason Merrill 2013-01-10 10:48:46 -05:00 committed by Jason Merrill
parent ad2e5b7129
commit 7900ea7d99
4 changed files with 52 additions and 0 deletions

42
.gitignore vendored Normal file
View File

@ -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

View File

@ -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.

View 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.

2
gcc/testsuite/ada/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
# In the Ada testsuite, .a is an ada source file, not a library.
!*.a