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:
2
module/.gitignore
vendored
Normal file
2
module/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
error.txt
|
||||
output.txt
|
Reference in New Issue
Block a user