1
0
Fork 0

Add a basic .gitattributes file to the repository root directory

This commit is contained in:
Florent Rougon 2017-05-18 10:24:21 +02:00
parent 5bf2814178
commit e8fb2f58f2

22
.gitattributes vendored Normal file
View file

@ -0,0 +1,22 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
.gitattributes text export-ignore
.gitignore text export-ignore
*.py text
*.txt text
*.rst text
*.xml text
*.desktop text
*.svg text
*.jpg binary
*.png binary
*.gif binary
*.bat text eol=crlf
AUTHORS text
COPYING text
COPYING.* text
README.* text
Makefile text
ChangeLog text
ChangeLog.* text