blob: 4d3c3d8ce1f92471f1e28e3c9b643de8e377bf81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Auto detect text files and perform LF normalization
* text=auto
# exclude from git export
/travis.ini export-ignore
/myconfig.ini export-ignore
/.travis.yml export-ignore
/.gitignore export-ignore
/.gitattributes export-ignore
/lexer/ export-ignore
/utilities/ export-ignore
|