diff options
author | David Blaikie <dblaikie@gmail.com> | 2012-08-13 17:45:30 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2012-08-13 17:45:30 +0000 |
commit | 8664cd863613bda2d1ec2eb00440e4a508f5ef27 (patch) | |
tree | 00d2f64d1587ca08222dd0e47c74e72072e80638 /.gitignore | |
parent | cd81df2dcff4e13eea6edfbfd52a4458d978d174 (diff) |
Teach Git to ignore the tools/extra directory.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161764 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ddd66380ad..b906ab919c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 |