mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 15:29:11 +01:00
72 lines
658 B
Plaintext
72 lines
658 B
Plaintext
|
*.diff
|
||
|
*.patch
|
||
|
*.orig
|
||
|
*.rej
|
||
|
|
||
|
*~
|
||
|
.#*
|
||
|
*#
|
||
|
.*.swp
|
||
|
|
||
|
*.flt
|
||
|
*.gmo
|
||
|
*.info
|
||
|
*.la
|
||
|
*.lo
|
||
|
*.o
|
||
|
*.pyc
|
||
|
*.tmp
|
||
|
*.a
|
||
|
|
||
|
.deps
|
||
|
.libs
|
||
|
|
||
|
autom4te.cache
|
||
|
config.cache
|
||
|
# GCC does not support in-tree builds, do not conceal a stray config.h:
|
||
|
# 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*
|