diff options
author | Alexander Kornienko <alexfh@google.com> | 2013-01-31 19:03:16 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2013-01-31 19:03:16 +0000 |
commit | d22674446d2eb5545f927b7e3a04616e7407fadc (patch) | |
tree | f222abb7c33b2a44f4dde8c945cb85bf9f7ce5bc /.gitignore | |
parent | 33e83b6cf776875be5716d214710717a898325c0 (diff) |
Micro-change: moved a brace for better readability
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174075 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6c34e37f4c..834dfaf12c 100644 --- a/.gitignore +++ b/.gitignore @@ -29,7 +29,7 @@ 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 +# tools/extra [alexfh] I want this locally # Sphinx build products docs/_build docs/analyzer/_build |