forked from joachimmetz/sleuthkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
31 lines (26 loc) · 866 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
30
*.h text diff=cpp
*.c text diff=cpp
*.cpp text diff=cpp
*.java text diff=java
*.txt text
*.xml text
*.properties-MERGED text
*.html text diff=html
*.dox text
*.am text
*.ac text
*.m4 text
*.pro text
*.in text
*.1 text
Makefile text
Doxyfile text
*.py text diff=python
*.pl text diff=perl
*.pm text diff=perl
*.base text diff=perl
*.vcproj text eol=crlf
*.vcxproj* text eol=crlf
*.sln text eol=crlf
*.bat text eol=crlf
.gitignore text