Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] .gitignore: Add download directory 'dl'
@ 2009-05-06 22:45 Michael Roth
  2009-05-07  3:44 ` Markus Heidelberg
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Roth @ 2009-05-06 22:45 UTC (permalink / raw)
  To: buildroot

(And additionally, ease /binaries pattern.)

Signed-off-by: Michael Roth <mroth@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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-08  8:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-06 22:45 [Buildroot] [PATCH] .gitignore: Add download directory 'dl' Michael Roth
2009-05-07  3:44 ` Markus Heidelberg
2009-05-07 12:21   ` Michael Roth
2009-05-07 23:44     ` Markus Heidelberg
2009-05-08  8:22       ` Olaf Rempel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox