File: .gitattributes

package info (click to toggle)
silverjuke 18.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 17,808 kB
  • sloc: cpp: 117,234; ansic: 68,210; sh: 3,917; xml: 1,241; python: 508; makefile: 353; pascal: 143; php: 99; sed: 16
file content (10 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
# normal text files should contain a simple LF lineend, the following settings 
# ensures this even if the user has not set core.autocrlf.
*  text=auto

# binary files should be detected by git, however, to be sure, you can add them here explictly
*.png  binary
*.jpg  binary
*.gif  binary
*.ico  binary