Add `logs' from test-bifrost to .gitignore

The directory is created during a test-bifrost.sh and so
shouldn't be watched by git.

Change-Id: Iab7cf67ef66c157139fd89dbd889fb2e8f161771
This commit is contained in:
Peter Martini 2015-07-03 12:42:01 -04:00
parent 650c5c27d6
commit 129ec60970

3
.gitignore vendored
View File

@ -52,3 +52,6 @@ ChangeLog
*~
.*.swp
.*sw?
# test-bifrost log output
logs