-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitattributes
33 lines (32 loc) · 1.18 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
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
.gitattributes text export-ignore
.gitignore text export-ignore
*.txt text
*.rst text
*.md text
*.tex text
*.sty text
*.cls text
*.clo text
*.ltx text
*.dtx text
*.fd text
*.map text
*.enc text
*.def text
*.py text
*.xml text
*.desktop text
*.svg text
*.jpg binary
*.png binary
*.gif binary
*.bat text eol=crlf
AUTHORS text
COPYING text
COPYING.* text
README.* text
Makefile text
ChangeLog text
ChangeLog.* text