-
Notifications
You must be signed in to change notification settings - Fork 76
/
.gitattributes
57 lines (49 loc) · 1.21 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
57
* binary
*.txt text diff=cpp
*.html text diff=cpp
*.xml text diff=cpp
*.c text diff=cpp
*.h text diff=cpp
*.hpp text diff=cpp
*.hxx text diff=cpp
*.inl text diff=cpp
*.cc text diff=cpp
*.cpp text diff=cpp
*.cxx text diff=cpp
*.m text diff=cpp
*.mm text diff=cpp
*.cs text diff=csharp
*.asm text diff=cpp
*.java text diff=java
# Visual Studio
*.sln text eol=crlf merge=union diff=cpp
*.vcproj text eol=crlf merge=union diff=cpp
*.vcxproj text eol=crlf merge=union diff=cpp
*.filters text eol=crlf merge=union diff=cpp
*.csproj text eol=crlf merge=union diff=cpp
*.appxmanifest text eol=crlf merge=union diff=cpp
# Xcode
*.plist text diff=cpp
*.pbxproj text eol=crlf merge=union diff=cpp
# Android
*.mk text merge=union diff=cpp
*.properties text merge=union diff=cpp
# Linux
*.sh text eol=lf diff=cpp
# Git
.gitattributes text diff=cpp
.gitignore text diff=cpp
*.md text diff=cpp
# Windows
*.bat text diff=cpp
# Other
AUTHORS text diff=cpp
ChangeLog text diff=cpp
CHANGES text diff=cpp
COPYING text diff=cpp
LICENSE text diff=cpp
NEWS text diff=cpp
PATENTS text diff=cpp
README text diff=cpp
VERSION text diff=cpp
Makefile text diff=cpp