From 3af90cf837c14cac301d5f77ade2684e394bbca5 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 22 Oct 2018 15:31:12 +0300 Subject: Add .gitignore and .tag files .tag file is used with git archive to have the sha1 included in the source package. Change-Id: I31cdd35aeb4f72f13d02e13f18abda3b311125f4 Reviewed-by: Mikko Gronoff --- .gitignore | 2 ++ .tag | 1 + 2 files changed, 3 insertions(+) create mode 100644 .gitignore create mode 100644 .tag diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..6ffab9ad --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.orig +*.rej diff --git a/.tag b/.tag new file mode 100644 index 00000000..6828f88d --- /dev/null +++ b/.tag @@ -0,0 +1 @@ +$Format:%H$ -- cgit v1.2.3