From 3cb87cbbeed58b0e82246ff193ac5cdb7b05ee41 Mon Sep 17 00:00:00 2001 From: Brad King Date: Sun, 21 Jul 2019 20:30:32 -0400 Subject: gitattributes: Do not export any .git paths in git archive We have paths for `.gitattributes` itself, `.gitignore`, and `.github`. None should be exported in source archives. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 24fd9c2014..3854b73eb6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -.gitattributes export-ignore +.git* export-ignore .hooks* export-ignore # Custom attribute to mark sources as using our C code style. -- cgit v1.2.1