forked from s1lentq/ReGameDLL_CS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
42 lines (37 loc) · 1.19 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
###############################################################################
# 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
# Scripts
*.sh text eol=lf
*.bat text eol=crlf
*.def text eol=crlf
*.fgd text eol=crlf
*.cfg text eol=crlf
*.vm text eol=crlf
# Compiled Object files
*.o binary
*.a binary
*.obj binary
*.lib binary
*.jar binary
# Resources files
*.spr binary
*.zip binary
*.wad binary
*.bsp binary
*.rmf binary
# Project files
*.sln text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf