File: .gitattributes

package info (click to toggle)
redeclipse 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,980 kB
  • sloc: cpp: 99,295; ansic: 2,398; sh: 929; makefile: 693; objc: 361; awk: 167; sql: 102
file content (16 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (152)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
*       text=auto
*.c     text=auto
*.h     text=auto
*.cpp   text=auto
*.txt   text=auto
*.cfg   text=auto
*.bat   text eol=crlf
*.sh    text eol=lf
*.png   binary
*.jpg   binary
*.ico   binary
*.icns  binary
*.dll   binary
*.lib   binary
*.nib   binary
*.a     binary