summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorValeriy Savchenko <vsavchenko@apple.com>2020-06-04 18:40:39 +0300
committerValeriy Savchenko <vsavchenko@apple.com>2020-06-25 12:28:22 +0300
commit8dc2802773ce3910f21689240c53839f1c7de0ad (patch)
tree2c0a9f8ac2cd027457565d0a7a2a9785b434c63a /.gitignore
parent3770f5c9b98c5bae2f099f5c24e05eb4a0cca1d0 (diff)
downloadllvm-8dc2802773ce3910f21689240c53839f1c7de0ad.tar.gz
[analyzer] SATest: Add a set of initial projects for testing
Differential Revision: https://reviews.llvm.org/D81592
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index eff6268c1973..43ff4794b019 100644
--- a/.gitignore
+++ b/.gitignore
@@ -55,3 +55,8 @@ autoconf/autom4te.cache
.vs
# clangd index
.clangd
+# static analyzer regression testing project files
+/clang/utils/analyzer/projects/*/CachedSource
+/clang/utils/analyzer/projects/*/PatchedSource
+/clang/utils/analyzer/projects/*/ScanBuildResults
+/clang/utils/analyzer/projects/*/RefScanBuildResults \ No newline at end of file