[dpdk-dev] [kmods PATCH v3 1/2] windows: remove .gitattributes
    luca.boccassi at gmail.com 
    luca.boccassi at gmail.com
       
    Fri Nov 13 10:50:10 CET 2020
    
    
  
From: Luca Boccassi <luca.boccassi at microsoft.com>
It forces files line ending conversions, making applying patches
impossible. Remove it. Line endings will be normalized in the next patch.
Signed-off-by: Luca Boccassi <luca.boccassi at microsoft.com>
---
v3: split the patch, and remove first the gitattributes, making it
    possible to apply the second patch that normalizes
 windows/.gitattributes | 4 ----
 1 file changed, 4 deletions(-)
 delete mode 100644 windows/.gitattributes
diff --git a/windows/.gitattributes b/windows/.gitattributes
deleted file mode 100644
index 13482db..0000000
--- a/windows/.gitattributes
+++ /dev/null
@@ -1,4 +0,0 @@
-* text=auto
-
-*.sln text eol=crlf
-*.vcxproj text eol=crlf
-- 
2.27.0
    
    
More information about the dev
mailing list