diff options
author | Shoaib Meenai <smeenai@fb.com> | 2020-01-22 22:29:34 -0800 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2020-01-27 17:00:33 -0800 |
commit | 3a5acdc963634ab971fc834dacddacbfd965e985 (patch) | |
tree | 15d8e062d062657fbfd09b9ad66089ef5bfe581e /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a308b98ecbb03820e3b30cc1323493ac21a6040e (diff) | |
download | llvm-3a5acdc963634ab971fc834dacddacbfd965e985.zip llvm-3a5acdc963634ab971fc834dacddacbfd965e985.tar.gz llvm-3a5acdc963634ab971fc834dacddacbfd965e985.tar.bz2 |
[llvm] Fix file ignoring inside directories
We have some ! patterns in the .gitignore (for the projects and runtimes
directories), and those patterns end up overriding the previous file
ignores, such that e.g. a .swp file inside the runtimes directory isn't
ignored. Move the file ignores last to ensure they take effect.
Differential Revision: https://reviews.llvm.org/D73253
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions