summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 760ebd1953935a763eec0fbcc8ef919de178c4d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Auto detect text files and perform LF normalization
* text=auto

*.php text eol=lf
*.y   text eol=lf
*.lex text eol=lf

# exclude from git export
/tests export-ignore
/utilities/ export-ignore

/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/error_reporting.ini export-ignore
/phpunit.sh export-ignore
/phpunit.xml export-ignore
/TODO.md export-ignore
/travis.ini export-ignore