* .gitignore: Import from gdb repository.
From-SVN: r195087
This commit is contained in:
parent
ad2e5b7129
commit
7900ea7d99
42
.gitignore
vendored
Normal file
42
.gitignore
vendored
Normal 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
|
@ -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.
|
||||
|
@ -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
2
gcc/testsuite/ada/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# In the Ada testsuite, .a is an ada source file, not a library.
|
||||
!*.a
|
Loading…
Reference in New Issue
Block a user