summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSergey Dmitrouk <sdmitrouk@accesssoftek.com>2015-06-26 10:13:56 +0000
committerSergey Dmitrouk <sdmitrouk@accesssoftek.com>2015-06-26 10:13:56 +0000
commitd4b0d6110576b27ab6e52fafa08130cdedddd213 (patch)
treefb493fefd3d7a8d06534b86b661507ec70d227c5 /.gitignore
parent891c0208fe90e569cce54267c959c5304e3fe0f1 (diff)
Do not ignore projects/LLVMBuild.txt in git repo
Without explicit exception for the path, it matches projects/* rule. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240771 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 02146ef0ac5..0705990f2bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,7 @@ autoconf/autom4te.cache
# External projects that are tracked independently.
projects/*
!projects/CMakeLists.txt
+!projects/LLVMBuild.txt
!projects/Makefile
# Clang, which is tracked independently.
tools/clang