mirror of
https://github.com/fpagliughi/sockpp.git
synced 2026-01-12 00:04:45 +08:00
Added .gitattributes file
This commit is contained in:
34
.gitattributes
vendored
Normal file
34
.gitattributes
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user