-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
42 lines (37 loc) · 787 Bytes
/
.gitattributes
File metadata and controls
42 lines (37 loc) · 787 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
# Set the default behavior, in case people don't have core.autocrlf set.
*.VisualBasic6 linguist-detectable=true
*.txt text eol=auto
*.bas text eol=crlf encoding=cp1252
*.frm text eol=crlf encoding=cp1252
*.dsr text eol=crlf encoding=cp1252
*.vbp text eol=crlf encoding=cp1252
*.cls text eol=crlf encoding=cp1252
*.ini text eol=crlf encoding=cp1252
# Denote all files that are truly binary and should not be modified.
*.frx binary
*.dsx binary
*.ocx binary
*.res binary
*.exe binary
*.dll binary
*.tlb binary
# Other files
*.zip binary
*.rar binary
*.7z binary
*.bin binary
*.mde binary
*.mdb binary
*.accdb binary
*.ttf binary
*.rpt binary
# Image files
*.ico binary
*.gif binary
*.jpg binary
*.bmp binary
*.png binary
# Standard to msysgit
*.docx binary
*.pdf binary
*.rtf binary