-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
executable file
·56 lines (51 loc) · 1.15 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
# Default to automatic detection of files to treat as text.
* text=auto
# Files that shall use native line endings in working repository:
*.txt text
*.cpp text
*.c text
*.h text
*.f text
*.mos text
*.html text
*.css text
*.dtd text
*.xml text
*.sh text
*.py text
*.pl text
*.g text
*.ml text
*.m text
*.wl text
*.json text
*.sbml text
Makefile text
CMakeLists.txt text
*.cmake text
*.pro text
*.pri text
# Windows specific text files to be edited on other platforms
*.sln text
*.vcproj text
*.bat text
# Files that shall use LF in working directory:
*.mo text eol=lf
package.order text eol=lf
# Files that shall be treated almost as binary; no line ending conversions, diff still meaningul:
*.nb -text -whitespace
*.step -text
*.obj -text
# Files that shall be treated entirely as binary; no line ending conversions, no meaningful diffs:
# Note: "binary" is a built-in macro for "-diff -merge -text".
*.png binary
*.jpg binary
*.JPG binary
*.gif binary
*.stl binary
*.FCStd binary
*.mp4 binary
*.thmx binary
*.xlsx binary
*.docx binary
*.pdf binary