mirror of
https://github.com/fpagliughi/sockpp.git
synced 2026-01-12 00:04:45 +08:00
33 lines
789 B
Plaintext
33 lines
789 B
Plaintext
# .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
|
|
|