-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
68 lines (63 loc) · 1.88 KB
/
.gitattributes
File metadata and controls
68 lines (63 loc) · 1.88 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
# Keep this repository's own Windows/MFC project files consistent in local checkouts.
.gitattributes text eol=crlf
/Comparer/*.c text eol=crlf
/Comparer/*.cc text eol=crlf
/Comparer/*.cpp text eol=crlf
/Comparer/*.cxx text eol=crlf
/Comparer/*.h text eol=crlf
/Comparer/*.hh text eol=crlf
/Comparer/*.hpp text eol=crlf
/Comparer/*.inl text eol=crlf
/Comparer/*.rc text eol=crlf
/Comparer/**/*.c text eol=crlf
/Comparer/**/*.cc text eol=crlf
/Comparer/**/*.cpp text eol=crlf
/Comparer/**/*.cxx text eol=crlf
/Comparer/**/*.h text eol=crlf
/Comparer/**/*.hh text eol=crlf
/Comparer/**/*.hpp text eol=crlf
/Comparer/**/*.inl text eol=crlf
/Comparer/**/*.rc text eol=crlf
/QVisionCore/*.c text eol=crlf
/QVisionCore/*.cc text eol=crlf
/QVisionCore/*.cpp text eol=crlf
/QVisionCore/*.cxx text eol=crlf
/QVisionCore/*.h text eol=crlf
/QVisionCore/*.hh text eol=crlf
/QVisionCore/*.hpp text eol=crlf
/QVisionCore/*.inl text eol=crlf
/SMultithreadPlus/**/*.c text eol=crlf
/SMultithreadPlus/**/*.cc text eol=crlf
/SMultithreadPlus/**/*.cpp text eol=crlf
/SMultithreadPlus/**/*.cxx text eol=crlf
/SMultithreadPlus/**/*.h text eol=crlf
/SMultithreadPlus/**/*.hh text eol=crlf
/SMultithreadPlus/**/*.hpp text eol=crlf
/SMultithreadPlus/**/*.inl text eol=crlf
/Viewer/*.c text eol=crlf
/Viewer/*.cc text eol=crlf
/Viewer/*.cpp text eol=crlf
/Viewer/*.cxx text eol=crlf
/Viewer/*.h text eol=crlf
/Viewer/*.hh text eol=crlf
/Viewer/*.hpp text eol=crlf
/Viewer/*.inl text eol=crlf
/Viewer/*.rc text eol=crlf
/Viewer/**/*.c text eol=crlf
/Viewer/**/*.cc text eol=crlf
/Viewer/**/*.cpp text eol=crlf
/Viewer/**/*.cxx text eol=crlf
/Viewer/**/*.h text eol=crlf
/Viewer/**/*.hh text eol=crlf
/Viewer/**/*.hpp text eol=crlf
/Viewer/**/*.inl text eol=crlf
/Viewer/**/*.rc text eol=crlf
# Keep binary assets out of end-of-line conversion.
*.bmp binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.png binary
*.tif binary
*.tiff binary