Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] .gitignore: ignore output*
@ 2017-10-21 14:01 Gaël PORTAY
  2017-10-21 14:04 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Gaël PORTAY @ 2017-10-21 14:01 UTC (permalink / raw)
  To: buildroot

During development, it is often practical to have many output
directories.  The output directory is easily specified with O=<output>
though is it useful to have a convention of 'output...' e.g.
"output-rpi", "output-rpi2", and "output-rpi3-64".

Signed-off-by: Ga?l PORTAY <gael.portay@savoirfairelinux.com>
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index bb02d9f572..ec5768d053 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/output
+/output*
 /dl
 /.auto.deps
 /.config.cmd
-- 
2.14.2

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

end of thread, other threads:[~2017-10-22 10:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-21 14:01 [Buildroot] [PATCH] .gitignore: ignore output* Gaël PORTAY
2017-10-21 14:04 ` Thomas Petazzoni
2017-10-21 18:16   ` Arnout Vandecappelle
2017-10-21 22:41     ` Gaël PORTAY
2017-10-21 22:40   ` Gaël PORTAY
2017-10-22 10:40     ` Arnout Vandecappelle

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