Skip to content

Commit 502d722

Browse files
author
Daniel Kroening
authored
Merge pull request #430 from thk123/feature/ignore-coverage-files
Ignore any files generated by the regression script
2 parents d1341af + 89dd136 commit 502d722

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ regression/cbmc/tests.log
3232
src/big-int/test-bigint
3333
src/big-int/test-bigint.exe
3434

35+
# regression/coverage file
36+
/regression/coverage_**
37+
3538
# files stored by editors
3639
*~
3740

0 commit comments

Comments
 (0)