aboutsummaryrefslogtreecommitdiff
path: root/llvm/.gitignore
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-06-29 17:43:26 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-06-29 17:43:26 +0000
commitae51f5bab147fffbb82756d4216a7ae2606118eb (patch)
treebf6c841dd0a4ad4f21016f0bc4a79020f7b8c2d2 /llvm/.gitignore
parentda7c8ab5a661b7cf775f1aabe05faee4ef91f7e9 (diff)
downloadllvm-ae51f5bab147fffbb82756d4216a7ae2606118eb.zip
llvm-ae51f5bab147fffbb82756d4216a7ae2606118eb.tar.gz
llvm-ae51f5bab147fffbb82756d4216a7ae2606118eb.tar.bz2
Simplify .gitignore: projects/* => projects/*/
Avoid listing inclusions (like `!projects/LLVMBuild.txt`) for files directly underneath `projects/` in `.gitignore`. Instead, change the `projects/*` exclusion to the more specific `projects/*/`. llvm-svn: 240973
Diffstat (limited to 'llvm/.gitignore')
-rw-r--r--llvm/.gitignore5
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/.gitignore b/llvm/.gitignore
index 0705990..f3424d2 100644
--- a/llvm/.gitignore
+++ b/llvm/.gitignore
@@ -43,10 +43,7 @@ autoconf/autom4te.cache
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
#==============================================================================#
# External projects that are tracked independently.
-projects/*
-!projects/CMakeLists.txt
-!projects/LLVMBuild.txt
-!projects/Makefile
+projects/*/
# Clang, which is tracked independently.
tools/clang
# LLDB, which is tracked independently.