From 8664cd863613bda2d1ec2eb00440e4a508f5ef27 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Mon, 13 Aug 2012 17:45:30 +0000 Subject: 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 --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.1