summaryrefslogtreecommitdiff
path: root/llvm/.gitignore
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2021-04-07 10:21:39 -0700
committerPaul Robinson <paul.robinson@sony.com>2021-04-07 12:25:02 -0700
commit676a9ab5e406f3a54179b3dd7be1ccd141841d19 (patch)
tree0581d29b3191d96ecd07a42c83200fa66baabf89 /llvm/.gitignore
parent98952851911624918c9bb7309dd8030a73f8ef76 (diff)
downloadllvm-676a9ab5e406f3a54179b3dd7be1ccd141841d19.tar.gz
Remove .gitignore entries not relevant in the monorepo.
Differential Revision: https://reviews.llvm.org/D100049
Diffstat (limited to 'llvm/.gitignore')
-rw-r--r--llvm/.gitignore10
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/.gitignore b/llvm/.gitignore
index d6021ff18e1f..f2ed54a4f4bd 100644
--- a/llvm/.gitignore
+++ b/llvm/.gitignore
@@ -44,16 +44,6 @@ projects/*
!projects/Makefile
runtimes/*
!runtimes/*.*
-# Clang, which is tracked independently.
-tools/clang
-# LLDB, which is tracked independently.
-tools/lldb
-# lld, which is tracked independently.
-tools/lld
-# Polly, which is tracked independently.
-tools/polly
-# avrlit, which is tracked independently.
-tools/avrlit
# Sphinx build tree, if building in-source dir.
docs/_build
# VS2017 and VSCode config files.