From 0362be80d256361073dab1f16b04a4ae25b3e6c3 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 30 Jun 2014 10:54:13 +0200 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: I0c9cd62fae0c4f4ca75552cbac966e27cadac45d Reviewed-by: Jocelyn Turcotte --- .gitattributes | 4 ++++ .tag | 1 + 2 files changed, 5 insertions(+) create mode 100644 .gitattributes create mode 100644 .tag diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..1a045fa1f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +.tag export-subst +.gitignore export-ignore +.gitattributes export-ignore +.commit-template export-ignore diff --git a/.tag b/.tag new file mode 100644 index 000000000..6828f88dc --- /dev/null +++ b/.tag @@ -0,0 +1 @@ +$Format:%H$ -- cgit v1.2.3