Skip to content

Commit

Permalink
Add .gitignore for CBMC proofs (aws#678)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Palacios <[email protected]>
  • Loading branch information
2 people authored and robin-aws committed May 4, 2021
1 parent 9fd2558 commit b603d1c
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 b603d1c

Please sign in to comment.