Added .gitattributes file

This commit is contained in:
fmp
2017-09-18 08:20:04 -04:00
parent 4c3766e58a
commit 6d4f518e86

34
.gitattributes vendored Normal file
View File

@@ -0,0 +1,34 @@
# .gitattributes for the 'sockpp' repository
# Use default native line endings
* text=auto
# Specify file type for line handling
*.cpp text
*.c text
*.h text
*.hpp text
*.md text
*.txt text
*.ac text
*.yml text
*.cfg text
*.config text
*.html text
Makefile text
*.jpg binary
*.png binary
*.tif binary
*.project text
*.properties text
*.py text
*.txt text
*.url text
*.xml text
# Windows-specific text files
*.bat text eol=crlf
# Linux-specific text files
*.sh text eol=lf