Minor updates to gitignore so that symlinks are ignored in the projects dir.

llvm-svn: 241622
This commit is contained in:
Chris Bieneman 2015-07-07 20:24:58 +00:00
parent 3765588f65
commit 6d10df49c1
1 changed files with 3 additions and 1 deletions

4
llvm/.gitignore vendored
View File

@ -43,7 +43,9 @@ autoconf/autom4te.cache
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
#==============================================================================#
# External projects that are tracked independently.
projects/*/
projects/*
!projects/*.*
!projects/Makefile
# Clang, which is tracked independently.
tools/clang
# LLDB, which is tracked independently.