File: .gitattributes

package info (click to toggle)
khronos-opencl-clhpp 3.0~2023.02.06-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,640 kB
  • sloc: ansic: 26,445; cpp: 9,958; ruby: 9,564; tcl: 2,925; pascal: 2,280; makefile: 311; python: 220; asm: 133; sh: 20
file content (30 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (5)
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
*           text=auto

# These files are text and should be normalized (convert crlf to lf)
*.rb        text
*.test      text
*.c         text
*.cpp       text
*.h         text
*.txt       text
*.yml       text
*.s79       text
*.bat       text
*.xcl       text
*.inc       text
*.info      text
*.md        text
makefile    text
rakefile    text


#These files are binary and should not be normalized
*.doc       binary
*.odt       binary
*.pdf       binary
*.ewd       binary
*.eww       binary
*.dni       binary
*.wsdt      binary
*.dbgdt     binary
*.mac       binary