File: .gitattributes

package info (click to toggle)
sleuthkit 4.14.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,268 kB
  • sloc: ansic: 143,839; cpp: 54,644; java: 39,009; xml: 2,417; python: 1,085; perl: 874; makefile: 451; sh: 196
file content (31 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (3)
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
*.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