diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2021-04-17 15:14:26 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2021-04-17 15:14:26 +0200 |
| commit | bb4239aafe31493a395d7777de5b3c33ea06a98d (patch) | |
| tree | 0835acb4336044b006f5180616355879b1db7501 /.gitignore | |
| parent | 2cd6d34e815a7442b0b113f395504131b3a92e77 (diff) | |
| parent | 15806a1f68178a278c7a297b163d5692fe71cbf2 (diff) | |
| download | sparse-dev-bb4239aafe31493a395d7777de5b3c33ea06a98d.tar.gz | |
Merge branch 'schecker'
* add a symbolic checker
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 35 |
1 files changed, 18 insertions, 17 deletions
@@ -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 |
