Sync the root .gitignore file with GCC's.
This commit is contained in:
parent
0bf402d505
commit
bf51454b45
18
.gitignore
vendored
18
.gitignore
vendored
@ -4,14 +4,16 @@
|
|||||||
*.rej
|
*.rej
|
||||||
|
|
||||||
*~
|
*~
|
||||||
*.a
|
.#*
|
||||||
|
*#
|
||||||
|
|
||||||
*.flt
|
*.flt
|
||||||
*.gdb
|
|
||||||
*.gmo
|
*.gmo
|
||||||
*.info
|
*.info
|
||||||
*.la
|
*.la
|
||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
|
*.pyc
|
||||||
*.tmp
|
*.tmp
|
||||||
|
|
||||||
.deps
|
.deps
|
||||||
@ -24,17 +26,17 @@ config.intl
|
|||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
libtool
|
libtool
|
||||||
Makefile
|
|
||||||
stamp-*
|
|
||||||
POTFILES
|
POTFILES
|
||||||
*-POTFILES
|
*-POTFILES
|
||||||
*/po/Makefile.in
|
|
||||||
|
TAGS
|
||||||
|
TAGS.sub
|
||||||
|
|
||||||
.gdbinit
|
.gdbinit
|
||||||
.gdb_history
|
.gdb_history
|
||||||
|
|
||||||
|
# ignore core files, but not java/net/protocol/core/
|
||||||
core
|
core
|
||||||
|
!core/
|
||||||
|
|
||||||
lost+found
|
lost+found
|
||||||
|
|
||||||
*.log
|
|
||||||
*.sum
|
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
2013-01-11 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
Sync with GCC, merge:
|
||||||
|
|
||||||
|
2013-01-09 Jason Merrill <jason@redhat.com>
|
||||||
|
|
||||||
|
* .gitignore: Import from gdb repository.
|
||||||
|
|
||||||
2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
|
||||||
|
|
||||||
* config.sub: Update from config repo.
|
* config.sub: Update from config repo.
|
||||||
|
Loading…
Reference in New Issue
Block a user