[kmods,v3,1/2] windows: remove .gitattributes

Message ID 20201113095011.1045136-1-luca.boccassi@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series [kmods,v3,1/2] windows: remove .gitattributes |

Checks

Context Check Description
ci/checkpatch success coding style OK

Commit Message

Luca Boccassi Nov. 13, 2020, 9:50 a.m. UTC
  From: Luca Boccassi <luca.boccassi@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@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
  

Patch

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