binutils-gdb/.gitignore

77 lines
629 B
Plaintext
Raw Normal View History

2010-11-18 03:34:59 +08:00
*.diff
*.patch
*.orig
*.rej
*~
.#*
*#
2010-11-18 03:34:59 +08:00
*.flt
*.gmo
*.info
*.la
*.lo
*.o
*.pyc
2010-11-18 03:34:59 +08:00
*.tmp
*.a
2010-11-18 03:34:59 +08:00
.deps
.libs
autom4te.cache
config.cache
config.h
config.intl
config.log
config.status
libtool
POTFILES
*-POTFILES
TAGS
TAGS.sub
2010-11-18 03:34:59 +08:00
.local.vimrc
.lvimrc
.clang-format
.clang-tidy
.clangd
.cache
compile_commands.json
2024-05-30 19:09:35 +08:00
.vscode
2010-11-18 03:34:59 +08:00
.gdbinit
.gdb_history
perf.data
perf.data.old
# gnu global files
GPATH
GRTAGS
GTAGS
GSYMS
# ignore core files, but not java/net/protocol/core/
2010-11-18 03:34:59 +08:00
core
!core/
2010-11-18 03:34:59 +08:00
lost+found
# ignore ./contrib/gcc_update output
LAST_UPDATED
REVISION
stamp-*
*.stamp
# ignore in-tree prerequisites
/mpfr*
/mpc*
/gmp*
/isl*
/gettext*