Delete & Ignore output.txt & error.txt

Both output.txt and error.txt are produced by tests.
Each file contained a header that was overridden upon executing said
tests causing tracked files to be changed.

Added them to a local .gitignore file for this module.
This commit is contained in:
Lyndon Armitage
2018-09-24 10:08:02 +01:00
parent 9e56e5cbc1
commit 8f53df91b9
3 changed files with 2 additions and 46 deletions

2
module/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
error.txt
output.txt