Test: git ignores test log files
This commit is contained in:
parent
a0bca5c733
commit
09f95c6b8f
@ -25,6 +25,7 @@ src/client/embedded/alpha/concrete_parser.mli
|
|||||||
|
|
||||||
test/reports
|
test/reports
|
||||||
test/**/test-*
|
test/**/test-*
|
||||||
|
test/LOG.*
|
||||||
|
|
||||||
**/*~
|
**/*~
|
||||||
**/\#*\#
|
**/\#*\#
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -21,8 +21,8 @@
|
|||||||
/src/client/embedded/alpha/concrete_parser.mli
|
/src/client/embedded/alpha/concrete_parser.mli
|
||||||
|
|
||||||
/test/reports
|
/test/reports
|
||||||
|
|
||||||
/test/*/test-*
|
/test/*/test-*
|
||||||
|
/test/LOG.*
|
||||||
|
|
||||||
.depend
|
.depend
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user