forked from fpagliughi/sockpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
34 lines (29 loc) · 766 Bytes
/
.gitattributes
File metadata and controls
34 lines (29 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# .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