mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 16:41:59 +00:00
* Add a .gitignore file with all toplevel upstream files and directories.
This commit is contained in:
parent
df7e9b34f0
commit
2b026ab24c
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
.ci
|
||||||
|
.clang-format
|
||||||
|
.clang-tidy
|
||||||
|
.git
|
||||||
|
.git-blame-ignore-revs
|
||||||
|
.gitattributes
|
||||||
|
.github
|
||||||
|
.mailmap
|
||||||
|
|
||||||
|
CODE_OF_CONDUCT.md
|
||||||
|
CONTRIBUTING.md
|
||||||
|
LICENSE.TXT
|
||||||
|
README.md
|
||||||
|
SECURITY.md
|
||||||
|
pyproject.toml
|
||||||
|
|
||||||
|
bolt
|
||||||
|
clang
|
||||||
|
clang-tools-extra
|
||||||
|
cmake
|
||||||
|
compiler-rt
|
||||||
|
cross-project-tests
|
||||||
|
flang
|
||||||
|
integration-test-suite
|
||||||
|
libc
|
||||||
|
libclc
|
||||||
|
libcxx
|
||||||
|
libcxxabi
|
||||||
|
libunwind
|
||||||
|
lld
|
||||||
|
lldb
|
||||||
|
llvm
|
||||||
|
llvm-libgcc
|
||||||
|
mlir
|
||||||
|
offload
|
||||||
|
openmp
|
||||||
|
polly
|
||||||
|
pstl
|
||||||
|
runtimes
|
||||||
|
third-party
|
||||||
|
utils
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
llvm-toolchain-19 (1:19.1.0~++rc3-1~exp2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Add a .gitignore file with all toplevel upstream files and directories.
|
||||||
|
|
||||||
|
-- Matthias Klose <doko@ubuntu.com> Tue, 27 Aug 2024 11:47:25 +0200
|
||||||
|
|
||||||
llvm-toolchain-19 (1:19.1.0~++rc3-1~exp1) experimental; urgency=medium
|
llvm-toolchain-19 (1:19.1.0~++rc3-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
[ Matthias Klose ]
|
[ Matthias Klose ]
|
||||||
|
Loading…
Reference in New Issue
Block a user