From abc42823ff7611718901e52e53735b4e8c8ea422 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 27 Sep 2013 16:21:54 +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: I34c049b99475c2aee448a075dec30e5471bf8f83 Reviewed-by: Alex Blasche Reviewed-by: Sergio Ahumada Reviewed-by: Iikka Eklund --- .gitattributes | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index a96f8f54..1a045fa1 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