blob: 083fe55d681238d449739067bcfb30c486c78c38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Default behavior
* text=auto
# Text files to be normalized to lf line endings
*.php text
*.htm* text
*.sql text
*.txt text
*.xml text
*.xsl text
# Windows-only files
*.bat eol=crlf
# Binary files
*.gif binary
# Exclude files and dirs from git archive
# matching what buildrelease.py does
.git* export-ignore
.mailmap export-ignore
replicate/ export-ignore
scripts/ export-ignore
tests/ export-ignore
|