From 129ec60970fabea942fd1ae8e5b3ae9c793e0b9a Mon Sep 17 00:00:00 2001 From: Peter Martini Date: Fri, 3 Jul 2015 12:42:01 -0400 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 589989318..e516fbcfd 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,6 @@ ChangeLog *~ .*.swp .*sw? + +# test-bifrost log output +logs