diff options
| -rw-r--r-- | clang/.gitignore | 1 | ||||
| -rw-r--r-- | llvm/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/clang/.gitignore b/clang/.gitignore index ddd66380adf..9d75c3b8236 100644 --- a/clang/.gitignore +++ b/clang/.gitignore @@ -23,3 +23,4 @@ #==============================================================================# cscope.files cscope.out + diff --git a/llvm/.gitignore b/llvm/.gitignore index 5dae4342984..d448f72d236 100644 --- a/llvm/.gitignore +++ b/llvm/.gitignore @@ -38,3 +38,4 @@ projects/* !projects/Makefile # Clang, which is tracked independently. tools/clang + |

