-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy path.hgeol
38 lines (32 loc) · 800 Bytes
/
.hgeol
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
# NOTE: The following rules are enforced in the whole repository.
# Only use "BIN" to provide defaults or to override previous rules.
[patterns]
# NOTE: Files to be kept as-is.
3rdparty/FreeImage/** = BIN
YFramework/alternative/** = BIN
# NOTE: Project files and build scripts.
**.sln = CRLF
**.vcproj = CRLF
**.vcxproj = CRLF
**.vcxproj.filters = CRLF
**.workspace = LF
**.cbp = LF
Makefile = LF
path:Doxyfile = LF
# NOTE: General scripts.
**.bat = CRLF
**.cmd = CRLF
**.sh = LF
# NOTE: Source code.
**.h = CRLF
**.hpp = CRLF
**.cpp = CRLF
Tools/*.txt = CRLF
Tools/Scripts/*.txt = CRLF
# NOTE: Documentation and miscellaenous.
doc/*.txt = CRLF
Readme*.txt = CRLF
*.txt = CRLF
# NOTE: Do not use "native" in public repositories.
[repository]
native = CRLF