File: .gitattributes

package info (click to toggle)
likwid 5.1.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 15,480 kB
  • sloc: ansic: 94,749; perl: 17,995; python: 1,902; makefile: 969; cpp: 239; f90: 183; sh: 120; asm: 59
file content (11 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
make/config_git.mk ident

# set language correctly
*.h linguist-language=C
*.c linguist-language=C

# ignore external code
ext/* linguist-vendored

# Use assembly for likwid-bench ptt files
*.ptt linguist-language=Assembly