mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
92b3138b83
Updated dependencies: * GMP 6.2.1 * ISL 0.24 * MPL 1.2.1 * MPFR 4.1.0 The dependencies were pulled in by running the ./contrib/download_prerequisites script and then manually removing the symbolic links and archives, and renaming the directories (i.e mv isl-0.24 to isl)
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*
|