Merge pull request #5 from pangolp/gitattributes

Correcting errors when doing push / pull
This commit is contained in:
Stefano Borzì
2021-10-23 14:20:27 +02:00
committed by GitHub

7
.gitattributes vendored
View File

@@ -2,7 +2,7 @@
## Handle line endings automatically for files detected as ## Handle line endings automatically for files detected as
## text and leave all files detected as binary untouched. ## text and leave all files detected as binary untouched.
## This will handle all files NOT defined below. ## This will handle all files NOT defined below.
* text = auto eol = lf * text eol=lf
# Text # Text
*.conf text *.conf text
@@ -28,7 +28,6 @@
*.h++ text *.h++ text
*.hh text *.hh text
## For documentation ## For documentation
# Documents # Documents
@@ -59,13 +58,13 @@ CHANGES text
CONTRIBUTING text CONTRIBUTING text
COPYING text COPYING text
copyright text copyright text
* COPYRIGHT * text COPYRIGHT text
INSTALL text INSTALL text
license text license text
LICENSE text LICENSE text
NEWS text NEWS text
readme text readme text
* README * text README text
TODO text TODO text
## GRAPHICS ## GRAPHICS