[PATCH] D100049: Remove .gitignore entries not relevant in the monorepo.

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 7 10:27:24 PDT 2021


probinson created this revision.
probinson added reviewers: mehdi_amini, beanz.
Herald added a subscriber: dylanmckay.
probinson requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The removed subdirectories are all top-level peers now.

Although I'm not clear what 'avrlit' is, if someone can verify it can be removed that would be great.


https://reviews.llvm.org/D100049

Files:
  clang/.gitignore
  llvm/.gitignore


Index: llvm/.gitignore
===================================================================
--- llvm/.gitignore
+++ llvm/.gitignore
@@ -44,16 +44,6 @@
 !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.
Index: clang/.gitignore
===================================================================
--- clang/.gitignore
+++ clang/.gitignore
@@ -26,13 +26,9 @@
 #==============================================================================#
 # 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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100049.335861.patch
Type: text/x-patch
Size: 1199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210407/e2a16206/attachment.bin>


More information about the llvm-commits mailing list