Update .gitignore

Add test failure logs
This commit is contained in:
Andrew Scheller 2014-04-10 22:32:04 +01:00
parent ae491055fa
commit 4391c8f38e
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -22,3 +22,8 @@
# Build directory
######################
build/
# Test failure outputs
######################
tests/*.exp
tests/*.out