File: .gitattributes

package info (click to toggle)
rocblas 6.4.4-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,082,776 kB
  • sloc: cpp: 244,923; f90: 50,012; python: 50,003; sh: 24,630; asm: 8,917; makefile: 151; ansic: 107; xml: 36; awk: 14
file content (16 lines) | stat: -rw-r--r-- 394 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# By default, convert all text files to Unix line endings on check-in
# and native line endings on check-out
*          text=auto

# Ensure these files are always treated as binary files
*.pdf      binary
*.doc      binary
*.docx     binary
*.ppt      binary
*.pptx     binary
*.xls      binary
*.xlsx     binary
*.xps      binary

# Reduce CHANGELOG merge conflicts
/CHANGELOG.md  merge=union