summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2022-09-12 15:52:32 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2022-09-12 15:52:32 +0200
commit50d5890eaca5192a7352f1906a556341890db0ce (patch)
treecd994d59a6a25c86b824ccf15817efb1ae5e532f /.gitattributes
parent6872e78238e967fe06657658245079bffc73db03 (diff)
downloadsmarty-50d5890eaca5192a7352f1906a556341890db0ce.tar.gz
smarty-50d5890eaca5192a7352f1906a556341890db0ce.tar.bz2
smarty-50d5890eaca5192a7352f1906a556341890db0ce.zip
Exclude unit test files from git export
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index ca0450d8..81586365 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -12,6 +12,7 @@
/utilities export-ignore
/docker-compose.yml export-ignore
/.github export-ignore
+/run_tests_for_all_php_versions.sh export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/make-release.sh export-ignore