From 1a9c2249defaa7c752f5fe6a77ed1f696bc81d3d Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 27 Sep 2013 16:30:18 +0200 Subject: Update the git-archive export options The .gitattributes, .gitignore, .commit-template files do not need to be present in packaged sources, as they are for people using the Git repository. People who download tarballs usually don't reimport into Git -- they should just download the actual repositories. Change-Id: I04d2ca436f5174c7820b42b6f5b2b9648c925fe3 Reviewed-by: Iikka Eklund --- .gitattributes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index a96f8f5..1a045fa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ -.tag export-subst -.gitignore export-ignore -.gitattributes export-ignore +.tag export-subst +.gitignore export-ignore +.gitattributes export-ignore +.commit-template export-ignore -- cgit v1.2.1