1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 10:32:48 +02:00

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 13e1693131
commit 3c0b64678b

4
.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.