Skip to content

Commit

Permalink
Add specific files back to .gitignore
Browse files Browse the repository at this point in the history
Seems this was an oversight in d050fe3.
We don't want to ignore all those file, but only the compiled executables.
  • Loading branch information
perlpunk committed Apr 19, 2020
1 parent 72e2f75 commit e555c4c
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,22 @@ config
config.h*
config.status
configure
example-deconstructor*
example-reformatter*
run*
stamp-h1
test-*
!config/config.h.in
/packaging
/tests/run-dumper
/tests/run-emitter
/tests/run-emitter-test-suite
/tests/run-loader
/tests/run-parser
/tests/run-parser-test-suite
/tests/run-scanner
/tests/example-deconstructor
/tests/example-deconstructor-alt
/tests/example-reformatter
/tests/example-reformatter-alt
/tests/run-test-suite
/tests/test-reader
/tests/test-version
/tests/*.log
/tests/*.trs

0 comments on commit e555c4c

Please sign in to comment.