forked from Submitty/Submitty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
56 lines (53 loc) · 1.07 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
53
54
55
56
# Override local user's core.autocrlf setting so that code files will always
# have 'lf' line endings (Unix style) as needed by Ubuntu Linux. This is
# particularly important for Windows developers working with a Vagrant VM.
# For all files, set default 'lf' line endings.
* eol=lf
# To be thorough, set specific code and text data files to 'lf' line endings.
*.c eol=lf
*.cgi eol=lf
*.cpp eol=lf
*.conf eol=lf
*.css eol=lf
*.csv eol=lf
*.h eol=lf
*.html eol=lf
*.ini eol=lf
*.js eol=lf
*.json eol=lf
*.md eol=lf
*.php eol=lf
*.pl eol=lf
*.py eol=lf
*.sh eol=lf
*.sql eol=lf
*.txt eol=lf
*.xml eol=lf
*.yaml eol=lf
Vagrantfile eol=lf
# Files marked 'binary' are not modified.
# NOTE: *.odt, *.ods, *.odp are open file formats used by
# Open Office, Libre Office, Google Docs, etc.
*.zip binary
*.pdf binary
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.icons binary
*.doc binary
*.docx binary
*.odt binary
*.xls binary
*.xlsx binary
*.ods binary
*.pptx binary
*.ppt binary
*.odp binary
*.cls binary
*.tex binary
*.out binary
*.eot binary
*.ttf binary
*.woff binary
*.woff2 binary