gcc/.gitignore
prathamesh.kulkarni 2898a02fd5 Add cscope.out to git ignore.
ChangeLog:

	* .gitignore: Add entry for cscope.out.
2021-06-24 16:51:40 +05:30

70 lines
577 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
cscope.out
.local.vimrc
.lvimrc
.clang-format
.clang-tidy
.clangd
.cache
compile_commands.json
.gdbinit
.gdb_history
perf.data
perf.data.old
# 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*