add test_artifacts to .gitignore, so you can commit while tests are running

This commit is contained in:
Josh Wolfe 2017-04-23 08:12:54 -07:00
parent f9fa768dca
commit 8299fe19c0

1
.gitignore vendored
View file

@ -3,3 +3,4 @@ build-release/
/.cproject
/.project
/.settings/
/test_artifacts/