[yocto] [PATCH] .gitignore: Update build ignores to have wildcard

Kumar Gala galak at kernel.crashing.org
Thu Jul 21 07:04:50 PDT 2011


ignore not just build/* but any build*/* cases.

Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
---
 .gitignore |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore
index b13086d..d44e729 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,11 +1,11 @@
 *.pyc
 *.pyo
-build/conf/local.conf
-build/conf/bblayers.conf
-build/downloads
-build/tmp/
-build/sstate-cache
-build/pyshtables.py
+build*/conf/local.conf
+build*/conf/bblayers.conf
+build*/downloads
+build*/tmp/
+build*/sstate-cache
+build*/pyshtables.py
 pstage/
 scripts/oe-git-proxy-socks
 sources/
-- 
1.7.3.4




More information about the yocto mailing list