From 9065c7aeedd522ced8ee93fc584a7f58d9b3d4ca Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Fri, 30 Nov 2018 19:32:35 +0000 Subject: Revert an inadvertent change from r348020. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348026 91177308-0d34-0410-b5e6-96231b3b80d8 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f3b14fdfa7..f8532b8080 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,8 @@ 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 # Sphinx build products docs/_build docs/analyzer/_build -- cgit v1.2.1