-
Notifications
You must be signed in to change notification settings - Fork 105
/
.gitattributes
37 lines (32 loc) · 1.11 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
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
# Sources
*.c text eol=crlf diff=c
*.cc text eol=crlf diff=cpp
*.cxx text eol=crlf diff=cpp
*.cpp text eol=crlf diff=cpp
*.c++ text eol=crlf diff=cpp
*.hpp text eol=crlf diff=cpp
*.h text eol=crlf diff=c
*.h++ text eol=crlf diff=cpp
*.hh text eol=crlf diff=cpp
*.inc text eol=crlf linguist-language=pawn
*.sma text eol=crlf linguist-language=pawn
# Scripts
*.sh text eol=lf
*.bat text eol=crlf
*.def text eol=crlf
*.rc text eol=crlf
# Compiled Object files
*.o binary
*.a binary
*.obj binary
*.lib binary
# Resources files
*.zip binary
# Project files
*.sln text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf