mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 18:38:00 +00:00
more .gitignore updates
This commit is contained in:
parent
d4d8514512
commit
015428de7e
15
.gitignore
vendored
15
.gitignore
vendored
@ -7,6 +7,7 @@
|
||||
.github
|
||||
.mailmap
|
||||
|
||||
# upstream toplevel files
|
||||
CODE_OF_CONDUCT.md
|
||||
CONTRIBUTING.md
|
||||
LICENSE.TXT
|
||||
@ -14,6 +15,7 @@ README.md
|
||||
SECURITY.md
|
||||
pyproject.toml
|
||||
|
||||
# upstream directories
|
||||
bolt
|
||||
clang
|
||||
clang-tools-extra
|
||||
@ -40,10 +42,13 @@ runtimes
|
||||
third-party
|
||||
utils
|
||||
|
||||
# build files
|
||||
build-llvm
|
||||
build-wasm
|
||||
stamps
|
||||
usage-*.svg*
|
||||
|
||||
# generated debian files
|
||||
debian/*.debhelper.log
|
||||
debian/*.dirs
|
||||
debian/*.docs
|
||||
@ -54,12 +59,22 @@ debian/*.lintian-overrides
|
||||
debian/*.manpages
|
||||
debian/*.substvars
|
||||
debian/.debhelper
|
||||
|
||||
debian/man
|
||||
debian/tmp
|
||||
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
|
||||
|
||||
# package directories
|
||||
debian/bolt-19
|
||||
debian/clang-19-doc
|
||||
debian/clang-19-examples
|
||||
|
Loading…
Reference in New Issue
Block a user