mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-14 14:47:34 -06:00
add exclusion for test.out in gitignore
This commit is contained in:
parent
64564496f1
commit
5d2a7332ea
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -4,6 +4,10 @@
|
|||
# exclude built documentation, since readthedocs will build it for us anyway
|
||||
/docs/_build
|
||||
|
||||
# exclude kim's commonly used
|
||||
# test stdout file location
|
||||
test.out
|
||||
|
||||
# exclude coverage report
|
||||
cp.out
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue