-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy path.gitattributes
More file actions
executable file
·48 lines (46 loc) · 905 Bytes
/
.gitattributes
File metadata and controls
executable file
·48 lines (46 loc) · 905 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Set default behavior to automatically normalize line endings to LF
* text=auto eol=lf
# Explicitly declare text files you want to always be normalized and converted to LF
*.c text eol=lf
*.h text eol=lf
*.cpp text eol=lf
*.cc text eol=lf
*.cxx text eol=lf
*.hpp text eol=lf
*.hh text eol=lf
*.hxx text eol=lf
*.in text eol=lf
*.ac text eol=lf
*.am text eol=lf
*.m4 text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.sh text eol=lf
*.pl text eol=lf
*.py text eol=lf
Makefile text eol=lf
makefile text eol=lf
MAKEFILE text eol=lf
configure text eol=lf
# Denote all files that are truly binary and should not be modified
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.exe binary
*.dll binary
*.so binary
*.a binary
*.lib binary
*.o binary
*.obj binary
*.pch binary
*.pdb binary
*.zip binary
*.gz binary
*.tar binary
*.tgz binary