Skip to content

Commit

Permalink
Add .gitignore for CBMC proofs (#678)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Palacios <[email protected]>
  • Loading branch information
karkhaz and adpaco-aws authored Jan 7, 2021
1 parent be4d506 commit 3db1aee
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions verification/cbmc/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
jobs/*/link-farm
jobs/*/html
# Emitted when running CBMC proofs
proofs/**/logs
proofs/**/gotos
proofs/**/report
proofs/**/html

# Written by litani on each proof run
# Emitted by CBMC Viewer
TAGS-*

# Emitted by Arpa
arpa_cmake/
arpa-validation-logs/
Makefile.arpa

# Emitted by litani
.ninja_deps
.ninja_log
.litani_cache_dir

__pycache__/

0 comments on commit 3db1aee

Please sign in to comment.