[Buildroot] [PATCH] .gitignore: Add download directory 'dl'

Michael Roth mroth at nessie.de
Wed May 6 22:45:40 UTC 2009


(And additionally, ease /binaries pattern.)

Signed-off-by: Michael Roth <mroth at nessie.de>
---
 .gitignore |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 4a2de4e..e7117d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,8 @@
 /build_*
 /project_*
 /toolchain_*
-/binaries/*
+/binaries
+/dl
 /.auto.deps
 /.config.cmd
 /.config.old
-- 
1.6.0.6




More information about the buildroot mailing list