-
Notifications
You must be signed in to change notification settings - Fork 46
/
.gitattributes
30 lines (25 loc) · 996 Bytes
/
.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
* text=auto !eol svneol=native#text/plain
*.gitattributes text svneol=native#text/plain
# Scripts formats
*.sh eol=lf svneol=LF#text/x-sh
# Data formats
*.pem text svneol=native#text/plain
*.cer text svneol=native#text/plain
*.key text svneol=native#text/plain
# Code formats
*.c text svneol=native#text/plain
*.h text svneol=native#text/plain
*.hpp text svneol=native#text/plain
*.cpp text svneol=native#text/plain
*.ipp text svneol=native#text/plain
*.rb text svneol=native#text/plain
*.cmake text svneol=native#text/plain
*.cmake.in text svneol=native#text/plain
CMakeLists.txt text svneol=native#text/plain
Doxyfile text svneol=native#text/plain
# Text formats
LICENSE text svneol=native#text/plain
README.md text svneol=native#text/plain
THANKS text svneol=native#text/plain
*.md text svneol=native#text/plain
*.dox text svneol=native#text/plain