[PATCH openbmc] Ignore any build directory, not just 'build'

OpenBMC Patches openbmc-patches at stwcx.xyz
Wed Jun 15 05:40:33 AEST 2016


From: Rick Altherr <raltherr at google.com>

Change-Id: I958fb5d0d5cff35829b22b5d3e15e2d94356e62c
Signed-off-by: Rick Altherr <raltherr at google.com>
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index ccd8f51..48652c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-build/*
+build*/*
 customrc
 *.sw?
-- 
2.8.4




More information about the openbmc mailing list