Retro68/gcc/.gitignore

70 lines
577 B
Plaintext
Raw Permalink Normal View History

2014-09-21 17:33:12 +00:00
*.diff
*.patch
*.orig
*.rej
*~
.#*
*#
*.flt
*.gmo
*.info
*.la
*.lo
*.o
*.pyc
*.tmp
*.a
2014-09-21 17:33:12 +00:00
.deps
.libs
autom4te.cache
config.cache
config.h
config.intl
config.log
config.status
libtool
POTFILES
*-POTFILES
TAGS
TAGS.sub
cscope.out
2014-09-21 17:33:12 +00:00
2015-08-28 15:33:40 +00:00
.local.vimrc
.lvimrc
2017-04-10 11:32:00 +00:00
.clang-format
.clang-tidy
.clangd
.cache
compile_commands.json
2017-04-10 11:32:00 +00:00
2014-09-21 17:33:12 +00:00
.gdbinit
.gdb_history
perf.data
perf.data.old
2014-09-21 17:33:12 +00:00
# ignore core files, but not java/net/protocol/core/
core
!core/
lost+found
2015-08-28 15:33:40 +00:00
# ignore ./contrib/gcc_update output
LAST_UPDATED
REVISION
stamp-*
*.stamp
# ignore in-tree prerequisites
/mpfr*
/mpc*
/gmp*
/isl*