File: .gitattributes

package info (click to toggle)
grafx2 2.6-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,728 kB
  • sloc: ansic: 72,623; makefile: 1,289; objc: 275; python: 256; cpp: 39; xml: 36; perl: 34; sh: 34
file content (28 lines) | stat: -rw-r--r-- 628 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
*.txt text
*.py text
*.pl text
*.lua text
*.nsi text

# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.msi text eol=crlf
*.vbs text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
*.rtf text eol=crlf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.gif binary
*.bmp binary
*.dll binary
*.xls binary
*.ico binary