forked from fpagliughi/sockpp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hgeol
32 lines (28 loc) · 789 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
# .hgeol for the 'sockpp' repository
[patterns]
**.cpp = native
**.c = native
**.h = native
**.hpp = native
**.md = native
**.txt = native
**.ac = native
**.yml = native
**.cfg = native
**.config = native
**.html = native
Makefile = native
**.jpg = BIN
**.png = BIN
**.tif = BIN
**.project = native
**.properties = native
**.py = native
**.txt = native
**.url = native
**.xml = native
# Windows-specific text files
**.bat = CRLF
**.vcproj = CRLF
# Linux-specific text files
*.sh = LF