File: .gitattributes

package info (click to toggle)
springlobby 0.274-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,960 kB
  • sloc: cpp: 76,749; ansic: 62,823; python: 468; sh: 289; xml: 52; makefile: 40; sed: 16
file content (16 lines) | stat: -rw-r--r-- 382 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Declare files that will always have LF line endings on checkout.
*.cpp text eol=lf
*.h text eol=lf
*.c text eol=lf
*.hpp text eol=lf
*.txt text eol=lf
*.cmake text eol=lf
*.sh text eol=lf
*.xpm text eol=lf
*.po text eol=lf
# don't add to .tar.gz / tar.bz2 source archives:
installer/**/* export-ignore
.tx/**/* export-ignore
git-hooks/**/* export-ignore
tools/**/* export-ignore