Skip to content

Commit

Permalink
build: ignore test output (#2782)
Browse files Browse the repository at this point in the history
  • Loading branch information
zack-vii authored Jun 3, 2024
1 parent 86cb69c commit 9627ff4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# test outputs
**/testing/*
!**/testing/*.*
**/testing/*.characteristics
**/testing/*.datafile
**/testing/*.tree
**/testing/*.hosts
**/testing/*.txt
*.tap
*.tmp
*.trs

Makefile
.deps
config.log
Expand Down

0 comments on commit 9627ff4

Please sign in to comment.