Skip to content

Commit

Permalink
Merge pull request #1918 from GaloisInc/gitignore-tests
Browse files Browse the repository at this point in the history
Add some autogenerated directories under `intTests/` to .gitignore
  • Loading branch information
mergify[bot] authored Aug 24, 2023
2 parents 128e8f8 + b569ae2 commit 0aa2492
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,4 @@ cabal.project.freeze
*~
*#
.#*
intTests/test_intro_examples/*.cnf
intTests/test_llvm_x86_0[1234]/test
intTests/test_llvm_x86_0[1234]/test.o
intTests/test_llvm_x86_0[1234]/test.bc
intTests/test1533/test.o
intTests/test*/*.out
intTests/test_crucible_jvm/Stat.class
intTests/test_profiling/prof
intTests/test_smtlib/*.smt2
saw-core-coq/coq/.Makefile.coq.d
12 changes: 12 additions & 0 deletions intTests/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
.cache
.local
.saw
logs
results.xml
results.xml.tmp
tmp
test_intro_examples/*.cnf
test_llvm_x86_0[1234]/test
test_llvm_x86_0[1234]/test.o
test_llvm_x86_0[1234]/test.bc
test1533/test.o
test*/*.out
test_crucible_jvm/Stat.class
test_profiling/prof
test_smtlib/*.smt2

0 comments on commit 0aa2492

Please sign in to comment.