[dpdk-dev] [PATCH] git: ignore build directory

2016-03-21 Thread Matthew Hall
On Mon, Mar 21, 2016 at 10:56:18AM -0700, Stephen Hemminger wrote:
> The mk environment in DPDK puts files in build/ directory
> so it makes sense to have a .gitignore file to skip that
> directory.

The last time I proposed such a patch it was rejected. It is sad when 
community patches are second class citizens behind core committers' 
patches.

Matthew.


[dpdk-dev] [PATCH] git: ignore build directory

2016-03-21 Thread 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 
---
 .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