From ddeb8d1b79c239be3b8dd66bd81a852cff93a030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Wed, 10 Apr 2019 16:43:08 +0800 Subject: [PATCH] snap: Add packaging-specific gitignore rules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should drop the -dirty tag in the snap version string. Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 16d80c80..6acc630f 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,12 @@ bower_components/ # visual stdio code .vscode/ + +# Snap packaging specific +/snap/.snapcraft/ +/parts/ +/stage/ +/prime/ + +/*.snap +/*_source.tar.bz2