exclude error_reporting.ini from git export

This commit is contained in:
Elan Ruusamäe
2019-03-02 18:11:04 +02:00
committed by GitHub
parent c9f0de05f4
commit 78924d8d68

2
.gitattributes vendored
View File

@@ -5,7 +5,6 @@
*.y text eol=lf *.y text eol=lf
*.lex text eol=lf *.lex text eol=lf
# exclude from git export # exclude from git export
/travis.ini export-ignore /travis.ini export-ignore
/myconfig.ini export-ignore /myconfig.ini export-ignore
@@ -14,3 +13,4 @@
/.gitattributes export-ignore /.gitattributes export-ignore
/lexer/ export-ignore /lexer/ export-ignore
/utilities/ export-ignore /utilities/ export-ignore
/error_reporting.ini export-ignore