easy 7-zip mod for 23.01: rebased from 19.00

This commit is contained in:
glachancecmaisonneuve
2019-04-04 02:12:44 -04:00
committed by shunf4
parent 6086b78b4f
commit b34719746b
28 changed files with 1080 additions and 56 deletions

11
.gitattributes vendored
View File

@@ -1,6 +1,6 @@
# default
* text=auto
* text=crlf
# leave unmodified
*.ico binary
@@ -18,3 +18,12 @@
*.inf text eol=crlf
*.nsi text eol=crlf
*.wxs text eol=crlf
# These files are text and should be normalized (Convert crlf => lf)
*.txt text
*.vcproj text
*.cpp text
*.h text
*.def text
*.rc text