summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2021-06-17 21:59:41 +0100
committerNicholas Clark <nick@ccl4.org>2021-09-28 08:03:49 +0000
commitc4b4be2cfc289c0436bba84d524b6c81b8e3948d (patch)
tree6fc65782f48a002206b0df838761d2310334358d /.gitattributes
parent06ae5b44c128386187ab845b2ef668af86ab4c31 (diff)
downloadperl-c4b4be2cfc289c0436bba84d524b6c81b8e3948d.tar.gz
Add .gitattributes to tell github to treat perly.{act,h,tab} as generated files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index a5cc7379ee..74127e9430 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,4 @@
.git_patch export-subst
+perly.act linguist-generated
+perly.h linguist-generated
+perly.tab linguist-generated