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