-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitattributes
52 lines (48 loc) · 1.08 KB
/
.gitattributes
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
49
50
51
52
# to avoid line-endings-related issues
* text=auto
# Source code
*.sh text eol=lf
*.py text eol=lf
*.gp text eol=lf
*.html text diff=html
Makefile text eol=lf
# Documentation
*.markdown text
*.md text
*.mdwn text
*.mdown text
*.mkd text
*.mkdn text
*.mdtxt text
*.mdtext text
*.txt text
*.tex text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
copyright text
*COPYRIGHT* text
INSTALL text
license text
LICENSE text
NEWS text
readme text
*README* text
TODO text
# Graphics
*.eps binary eol=lf
*.gif binary eol=lf
*.jpg binary eol=lf
*.jpeg binary eol=lf
*.pdf binary eol=lf
*.png binary eol=lf
*.svg binary eol=lf
# Archives
*.7z binary
*.gz binary
*.jar binary
*.rar binary
*.tar binary
*.zip binary