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
|
||||
|
||||
*~
|
||||
*.a
|
||||
.#*
|
||||
*#
|
||||
|
||||
*.flt
|
||||
*.gdb
|
||||
*.gmo
|
||||
*.info
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
*.pyc
|
||||
*.tmp
|
||||
|
||||
.deps
|
||||
@ -24,17 +26,17 @@ config.intl
|
||||
config.log
|
||||
config.status
|
||||
libtool
|
||||
Makefile
|
||||
stamp-*
|
||||
POTFILES
|
||||
*-POTFILES
|
||||
*/po/Makefile.in
|
||||
|
||||
TAGS
|
||||
TAGS.sub
|
||||
|
||||
.gdbinit
|
||||
.gdb_history
|
||||
|
||||
# ignore core files, but not java/net/protocol/core/
|
||||
core
|
||||
!core/
|
||||
|
||||
lost+found
|
||||
|
||||
*.log
|
||||
*.sum
|
||||
|
Loading…
Reference in New Issue
Block a user