[clang] 676a9ab - Remove .gitignore entries not relevant in the monorepo.

Paul Robinson via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 7 12:25:32 PDT 2021


Author: Paul Robinson
Date: 2021-04-07T12:25:02-07:00
New Revision: 676a9ab5e406f3a54179b3dd7be1ccd141841d19

URL: https://github.com/llvm/llvm-project/commit/676a9ab5e406f3a54179b3dd7be1ccd141841d19
DIFF: https://github.com/llvm/llvm-project/commit/676a9ab5e406f3a54179b3dd7be1ccd141841d19.diff

LOG: Remove .gitignore entries not relevant in the monorepo.

Differential Revision: https://reviews.llvm.org/D100049

Added: 
    

Modified: 
    clang/.gitignore
    llvm/.gitignore

Removed: 
    


################################################################################
diff  --git a/clang/.gitignore b/clang/.gitignore
index 9ee83231d375..3004923c22af 100644
--- a/clang/.gitignore
+++ b/clang/.gitignore
@@ -26,13 +26,9 @@ cscope.out
 #==============================================================================#
 # Directories to ignore (do not add trailing '/'s, they skip symlinks).
 #==============================================================================#
-# Clang extra user tools, which is tracked independently (clang-tools-extra).
-tools/extra
 # Sphinx build products
 docs/_build
 docs/analyzer/_build
-# debug info testsuite
-test/debuginfo-tests
 
 # VS2017 and VSCode config files.
 .vscode

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.


        


More information about the cfe-commits mailing list