more .gitignore updates

This commit is contained in:
Matthias Klose 2024-08-30 14:38:09 +02:00
parent d4d8514512
commit 015428de7e

15
.gitignore vendored
View File

@ -7,6 +7,7 @@
.github .github
.mailmap .mailmap
# upstream toplevel files
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md
CONTRIBUTING.md CONTRIBUTING.md
LICENSE.TXT LICENSE.TXT
@ -14,6 +15,7 @@ README.md
SECURITY.md SECURITY.md
pyproject.toml pyproject.toml
# upstream directories
bolt bolt
clang clang
clang-tools-extra clang-tools-extra
@ -40,10 +42,13 @@ runtimes
third-party third-party
utils utils
# build files
build-llvm
build-wasm build-wasm
stamps stamps
usage-*.svg* usage-*.svg*
# generated debian files
debian/*.debhelper.log debian/*.debhelper.log
debian/*.dirs debian/*.dirs
debian/*.docs debian/*.docs
@ -54,12 +59,22 @@ debian/*.lintian-overrides
debian/*.manpages debian/*.manpages
debian/*.substvars debian/*.substvars
debian/.debhelper debian/.debhelper
debian/man debian/man
debian/tmp debian/tmp
debian/usr debian/usr
debian/libclang1-19.symbols
debian/libllvm-19-ocaml-dev.META
debian/libomp5-19.symbols
debian/lldb-19.postinst
debian/llvm-19-runtime.binfmt
debian/llvm-19-runtime.binfmt.conf
debian/llvm-19-runtime.postinst
debian/llvm-19-runtime.prerm
debian/pollycc debian/pollycc
# package directories
debian/bolt-19 debian/bolt-19
debian/clang-19-doc debian/clang-19-doc
debian/clang-19-examples debian/clang-19-examples