mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
7ddfb1a891
GNU Global outputs can be safely ignored. ChangeLog: 2020-12-02 Enze Li <lienze2010@hotmail.com> * .gitignore: Add gnu global outputs. Change-Id: I04ce68ab3279426195793adb56f834a34ee72ea2
75 lines
611 B
Plaintext
75 lines
611 B
Plaintext
*.diff
|
|
*.patch
|
|
*.orig
|
|
*.rej
|
|
|
|
*~
|
|
.#*
|
|
*#
|
|
|
|
*.flt
|
|
*.gmo
|
|
*.info
|
|
*.la
|
|
*.lo
|
|
*.o
|
|
*.pyc
|
|
*.tmp
|
|
*.a
|
|
|
|
.deps
|
|
.libs
|
|
|
|
autom4te.cache
|
|
config.cache
|
|
config.h
|
|
config.intl
|
|
config.log
|
|
config.status
|
|
libtool
|
|
POTFILES
|
|
*-POTFILES
|
|
|
|
TAGS
|
|
TAGS.sub
|
|
|
|
.local.vimrc
|
|
.lvimrc
|
|
|
|
.clang-format
|
|
.clang-tidy
|
|
.clangd
|
|
.cache
|
|
compile_commands.json
|
|
|
|
.gdbinit
|
|
.gdb_history
|
|
|
|
perf.data
|
|
perf.data.old
|
|
|
|
# gnu global files
|
|
GPATH
|
|
GRTAGS
|
|
GTAGS
|
|
GSYMS
|
|
|
|
# ignore core files, but not java/net/protocol/core/
|
|
core
|
|
!core/
|
|
|
|
lost+found
|
|
|
|
# ignore ./contrib/gcc_update output
|
|
LAST_UPDATED
|
|
REVISION
|
|
|
|
stamp-*
|
|
*.stamp
|
|
|
|
# ignore in-tree prerequisites
|
|
/mpfr*
|
|
/mpc*
|
|
/gmp*
|
|
/isl*
|