Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] .gitignore: ignore outgoing directory
@ 2018-03-08 14:29 Christopher McCrory
  2018-04-22  8:05 ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: Christopher McCrory @ 2018-03-08 14:29 UTC (permalink / raw)
  To: buildroot

The buildroot documentation for submitting patches creates a new
directory "outgoing".  This prevents git from nagging about untracked
files.

Signed-off-by: Christopher McCrory <chrismcc@gmail.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index bb02d9f572..f1a065d95e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 /output
 /dl
+/outgoing
 /.auto.deps
 /.config.cmd
 /.config.old
-- 
2.14.3

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

end of thread, other threads:[~2018-05-12  2:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-08 14:29 [Buildroot] [PATCH 1/1] .gitignore: ignore outgoing directory Christopher McCrory
2018-04-22  8:05 ` Yann E. MORIN
2018-04-28 16:44   ` Thomas Petazzoni
2018-04-28 16:55     ` Yann E. MORIN
2018-04-28 19:49       ` Thomas Petazzoni
2018-05-12  2:06     ` Carlos Santos

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