-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
55 lines (42 loc) · 1.04 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
# Set the default behavior.
* text=auto
#Visual Studio Project Files
*.sln text eol=crlf
*.csproj text eol=crlf
*.vcxproj text eol=crlf
*.filters text eol=crlf
*.props text eol=crlf
#Resource File
*.rc text eol=crlf
# C/C++/C# Code Files
*.c text diff=c
*.cpp text diff=cpp
*.cxx text diff=cpp
*.c++ text diff=cpp
*.cc text diff=cpp
*.cs text diff=csharp
*.h text diff=c
*.hpp text diff=cpp
*.h++ text diff=cpp
*.hh text diff=cpp
# Dynamic libraries
*.dll binary
# Static libraries
*.lib binary
# Executables
*.exe binary
# Windows scripts
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Other
*.md text
*.txt text
*.xml text
*.yaml text
*.yml text
.editorconfig text
.gitattributes text
.gitignore text
#Third Party Files
RainmeterAPI.h text eol=crlf