gitignore: add test related directories to ignore
For no artifacts/ and source/ in the test/ dir.
This commit is contained in:
parent
29b927e473
commit
b879d2833a
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,6 +4,10 @@ results_bolt/
|
|||||||
*.log
|
*.log
|
||||||
*.rpm
|
*.rpm
|
||||||
|
|
||||||
|
#testing
|
||||||
|
tests/artifacts/
|
||||||
|
tests/source/
|
||||||
|
|
||||||
#tarballs
|
#tarballs
|
||||||
/bolt-0.1.tar.gz
|
/bolt-0.1.tar.gz
|
||||||
/bolt-0.2.tar.gz
|
/bolt-0.2.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user