From 576079f25c2a1de18da26f82473614d442e2f7a5 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Fri, 28 Feb 2014 15:29:20 +0100 Subject: Add .tag file and the git-archive export options The .gitattributes and .gitignore files do not need to be present in packaged sources, as they are for people using the Git repository. Change-Id: I37f69ce0dfbc25592c149118137398f96cdeb117 Reviewed-by: Thiago Macieira --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..1a045fa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.tag export-subst +.gitignore export-ignore +.gitattributes export-ignore +.commit-template export-ignore -- cgit v1.2.1