binutils-gdb/.gitignore
Marek Pikuła ef1f1b7ac6 gitignore: Add .devcontainer to ignored
Some people might use devcontainer to set up development environment.
Ignore this directory, similar to other existing IDE-specific ignores.

Signed-off-by: Marek Pikuła <m.pikula@partner.samsung.com>
2024-12-13 09:35:10 -07:00

78 lines
644 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
.vscode
.devcontainer/
.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*
/gettext*