* Add a .gitignore file with all toplevel upstream files and directories.

This commit is contained in:
Matthias Klose 2024-08-27 11:50:21 +02:00
parent df7e9b34f0
commit 2b026ab24c
2 changed files with 47 additions and 0 deletions

41
.gitignore vendored Normal file
View 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
View File

@ -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 ]