diff options
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | README.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 68ec3a1..3b35744 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,5 @@ *.c text *.h text Makefile text +configure text eol=lf +testCVEinputs.sh text eol=lf @@ -217,4 +217,3 @@ Related Projects * Python tool to benchmark minigzip/minideflate https://github.com/zlib-ng/deflatebench * Python tool to benchmark pigz https://github.com/zlib-ng/pigzbench * 3rd party patches for zlib-ng compatibility https://github.com/zlib-ng/patches - |