Teach Git to ignore the tools/extra directory.

llvm-svn: 161764
This commit is contained in:
David Blaikie 2012-08-13 17:45:30 +00:00
parent e90e94f117
commit fb7cb3fdd0
1 changed files with 6 additions and 0 deletions

6
clang/.gitignore vendored
View File

@ -23,3 +23,9 @@
#==============================================================================#
cscope.files
cscope.out
#==============================================================================#
# Directories to ignore (do not add trailing '/'s, they skip symlinks).
#==============================================================================#
# Clang extra user tools, which is tracked independently (clang-tools-extra).
tools/extra