From: Aaron Ballman Date: Fri, 30 Nov 2018 19:32:35 +0000 (+0000) Subject: Revert an inadvertent change from r348020. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9065c7aeedd522ced8ee93fc584a7f58d9b3d4ca;p=clang Revert an inadvertent change from r348020. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348026 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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