diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-04-26 02:24:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-04-26 02:24:21 +0300 |
commit | 8e4573e74915b9e4cbec9a353316ab5d2a6e7d3c (patch) | |
tree | e3f9d42f685ba240deb40d034d6a0e75e88209ee | |
parent | add .gitattributes (diff) | |
download | windows7-drivers-8e4573e74915b9e4cbec9a353316ab5d2a6e7d3c.tar.gz windows7-drivers-8e4573e74915b9e4cbec9a353316ab5d2a6e7d3c.zip |
.gitattributes: remove unnecessary constraints
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index c84979e..f258541 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,3 @@ makefile text eol=crlf sources text eol=crlf *.bat text eol=crlf -*.c text eol=crlf -*.cpp text eol=crlf -*.h text eol=crlf -*.hpp text eol=crlf |