File: .gitattributes

package info (click to toggle)
refnx 0.1.60-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 20,972 kB
  • sloc: python: 37,056; cpp: 1,015; ansic: 185; makefile: 180; sh: 130; lisp: 89; xml: 34
file content (15 lines) | stat: -rw-r--r-- 319 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Auto detect text files and perform LF normalization
*.py text=auto eol=lf
*.pyx text=auto eol=lf
*.cpp text=auto eol=lf
*.h text=auto eol=lf
*.rst text=auto eol=lf
*.txt text=auto eol=lf
*.yml text=auto eol=lf
*.md text=auto eol=lf


# Force git to look at some files as binary
*.png binary
*.pdf binary
*.hdf binary