Sync .gitignore with binutils-gdb
* .gitignore: Sync with binutils-gdb
This commit is contained in:
parent
98e89dcf95
commit
cf44255583
7
.gitignore
vendored
7
.gitignore
vendored
@ -15,6 +15,7 @@
|
|||||||
*.o
|
*.o
|
||||||
*.pyc
|
*.pyc
|
||||||
*.tmp
|
*.tmp
|
||||||
|
*.a
|
||||||
|
|
||||||
.deps
|
.deps
|
||||||
.libs
|
.libs
|
||||||
@ -44,6 +45,9 @@ compile_commands.json
|
|||||||
.gdbinit
|
.gdbinit
|
||||||
.gdb_history
|
.gdb_history
|
||||||
|
|
||||||
|
perf.data
|
||||||
|
perf.data.old
|
||||||
|
|
||||||
# ignore core files, but not java/net/protocol/core/
|
# ignore core files, but not java/net/protocol/core/
|
||||||
core
|
core
|
||||||
!core/
|
!core/
|
||||||
@ -54,6 +58,9 @@ lost+found
|
|||||||
LAST_UPDATED
|
LAST_UPDATED
|
||||||
REVISION
|
REVISION
|
||||||
|
|
||||||
|
stamp-*
|
||||||
|
*.stamp
|
||||||
|
|
||||||
# ignore in-tree prerequisites
|
# ignore in-tree prerequisites
|
||||||
/mpfr*
|
/mpfr*
|
||||||
/mpc*
|
/mpc*
|
||||||
|
Loading…
Reference in New Issue
Block a user