-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitattributes
39 lines (37 loc) · 923 Bytes
/
.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
# Designed to tell git how to best deal with certain file formats
# The goal for eols is to have LF in the repo and platform-specific
# endings, when appropriate, in the working copy on all platforms.
# To tweak to your particular needs,
# see http://git-scm.com/book/en/Customizing-Git-Git-Attributes
# The following causes git to auto detect text files which will have eol
# conversion applied according to core.autocrlf and core.eol
* text=auto
*.tex text
*.sty text
*.usfm text
*.md text
*.txt text
*.map text
*.cfg text
*.dtd text
*.conf text
*.cnf text
*.xml text
*.xre text
*.xrf text
*.pdf binary
*.fmt binary
*.dll binary
*.exe binary
*.ttf binary
*.jpg binary
*.png binary
*.tec binary
*.xdv binary
*.ico binary
*.zip binary
*.ods binary diff=odf
*.odt binary diff=odf
*.tfm binary
python/scripts/ptxprint text ident
ls-R text