From 3cef7b08a1df24d85c61ef8975fe94201fd22ce7 Mon Sep 17 00:00:00 2001 From: Pomax Date: Sat, 7 Aug 2021 09:23:47 -0700 Subject: [PATCH] Update .gitattributes --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index fcf55fd6..0f75e968 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,11 @@ # Github's insistence that only the "docs" dir or root can be web roots is idiotic docs/*.* -linguist-documentation -# Except for the legacy PHP files, consider those "vender" files to be excluded from the stats +# But ignore these autogenerated files +docs/index.html linguist-generated +docs/**/index.html linguist-generated + +# And the legacy PHP files, consider those "vender" files to be excluded from the stats docs/*.php linguist-vendored # This is the Perl file from https://github.com/Pomax/tex2utf