tweak gitignore rules for *tests* directory

This commit is contained in:
Kurtis Rader 2017-02-20 20:29:43 -08:00
parent 9dd0c47d0b
commit 7a9efa7930

4
tests/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# In the tests directory we want to allow including files matching *.out but
# exclude temporary test result files.
!*.out
*.tmp.*