aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2021-04-17 15:14:26 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2021-04-17 15:14:26 +0200
commitbb4239aafe31493a395d7777de5b3c33ea06a98d (patch)
tree0835acb4336044b006f5180616355879b1db7501 /.gitignore
parent2cd6d34e815a7442b0b113f395504131b3a92e77 (diff)
parent15806a1f68178a278c7a297b163d5692fe71cbf2 (diff)
downloadsparse-dev-bb4239aafe31493a395d7777de5b3c33ea06a98d.tar.gz
Merge branch 'schecker'
* add a symbolic checker
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore35
1 files changed, 18 insertions, 17 deletions
diff --git a/.gitignore b/.gitignore
index 63c74afd..b22f86b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,25 +8,26 @@
.*.swp
# generated
-version.h
+/version.h
# programs
-c2xml
-compile
-ctags
-example
-graph
-obfuscate
-sparse
-sparse-llvm
-semind
-test-dissect
-test-inspect
-test-lexing
-test-linearize
-test-parsing
-test-show-type
-test-unssa
+/c2xml
+/compile
+/ctags
+/example
+/graph
+/obfuscate
+/scheck
+/semind
+/sparse
+/sparse-llvm
+/test-dissect
+/test-inspect
+/test-lexing
+/test-linearize
+/test-parsing
+/test-show-type
+/test-unssa
# tags
tags