Merge pull request #535 from glensc/patch-1

exclude error_reporting.ini from git export
This commit is contained in:
mohrt
2020-01-13 18:51:34 -06:00
committed by GitHub

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