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 /.cproject
/.project /.project
/.settings/ /.settings/
/test_artifacts/