From 4132bb1a19c73c5d3c9c4d0970096be5f03b78dd Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 13 Feb 2019 13:56:36 +0100 Subject: [PATCH] gitattributes: Mark CI scripts export-ignore [ci skip] (ironically) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index d440640bc..95bfe8cf0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -18,6 +18,9 @@ /debian/* export-ignore /.github export-ignore /.github/* export-ignore +/.builds export-ignore +/.builds/* export-ignore +/.travis.yml export-ignore # for linguist; let github identify our project as C++ instead of C due to pcre2 /pcre2-10.32/ linguist-vendored