Skip to content

Commit 676a9ab

Browse files
committedApr 7, 2021
Remove .gitignore entries not relevant in the monorepo.
Differential Revision: https://reviews.llvm.org/D100049
1 parent 9895285 commit 676a9ab

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed
 

‎clang/.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,9 @@ cscope.out
2626
#==============================================================================#
2727
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
2828
#==============================================================================#
29-
# Clang extra user tools, which is tracked independently (clang-tools-extra).
30-
tools/extra
3129
# Sphinx build products
3230
docs/_build
3331
docs/analyzer/_build
34-
# debug info testsuite
35-
test/debuginfo-tests
3632

3733
# VS2017 and VSCode config files.
3834
.vscode

‎llvm/.gitignore

-10
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,6 @@ projects/*
4444
!projects/Makefile
4545
runtimes/*
4646
!runtimes/*.*
47-
# Clang, which is tracked independently.
48-
tools/clang
49-
# LLDB, which is tracked independently.
50-
tools/lldb
51-
# lld, which is tracked independently.
52-
tools/lld
53-
# Polly, which is tracked independently.
54-
tools/polly
55-
# avrlit, which is tracked independently.
56-
tools/avrlit
5747
# Sphinx build tree, if building in-source dir.
5848
docs/_build
5949
# VS2017 and VSCode config files.

0 commit comments

Comments
 (0)
Please sign in to comment.