DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] git: ignore build directory
@ 2016-03-21 17:56 Stephen Hemminger
  2016-03-21 20:57 ` Matthew Hall
  2018-05-22 21:42 ` Thomas Monjalon
  0 siblings, 2 replies; 3+ messages in thread
From: Stephen Hemminger @ 2016-03-21 17:56 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

The mk environment in DPDK puts files in build/ directory
so it makes sense to have a .gitignore file to skip that
directory.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index e69de29..5dc652b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.orig
+*.rej
+*~
+
+build
-- 
2.1.4

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

end of thread, other threads:[~2018-05-22 21:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-21 17:56 [dpdk-dev] [PATCH] git: ignore build directory Stephen Hemminger
2016-03-21 20:57 ` Matthew Hall
2018-05-22 21:42 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).