summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@pld-linux.org>2019-03-02 18:11:04 +0200
committerGitHub <noreply@github.com>2019-03-02 18:11:04 +0200
commit78924d8d68bd0b8d992468c5d22ed86544fa7b84 (patch)
tree89efe1fae37a89842bf128354661171ac2c2c1fc /.gitattributes
parentc9f0de05f41b9e52798b268ab1e625fac3b8578c (diff)
downloadsmarty-78924d8d68bd0b8d992468c5d22ed86544fa7b84.tar.gz
smarty-78924d8d68bd0b8d992468c5d22ed86544fa7b84.tar.bz2
smarty-78924d8d68bd0b8d992468c5d22ed86544fa7b84.zip
exclude error_reporting.ini from git export
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 1 insertions, 1 deletions
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