forked from OSchip/llvm-project
Minor updates to gitignore so that symlinks are ignored in the projects dir.
llvm-svn: 241622
This commit is contained in:
parent
3765588f65
commit
6d10df49c1
llvm
|
@ -43,7 +43,9 @@ autoconf/autom4te.cache
|
||||||
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
|
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
|
||||||
#==============================================================================#
|
#==============================================================================#
|
||||||
# External projects that are tracked independently.
|
# External projects that are tracked independently.
|
||||||
projects/*/
|
projects/*
|
||||||
|
!projects/*.*
|
||||||
|
!projects/Makefile
|
||||||
# Clang, which is tracked independently.
|
# Clang, which is tracked independently.
|
||||||
tools/clang
|
tools/clang
|
||||||
# LLDB, which is tracked independently.
|
# LLDB, which is tracked independently.
|
||||||
|
|
Loading…
Reference in New Issue