From 78924d8d68bd0b8d992468c5d22ed86544fa7b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 2 Mar 2019 18:11:04 +0200 Subject: [PATCH] exclude error_reporting.ini from git export --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index eedcfa37..5013f425 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,7 +5,6 @@ *.y text eol=lf *.lex text eol=lf - # exclude from git export /travis.ini export-ignore /myconfig.ini export-ignore @@ -14,3 +13,4 @@ /.gitattributes export-ignore /lexer/ export-ignore /utilities/ export-ignore +/error_reporting.ini export-ignore