From 9c8a585107ef9009fbfc297bc4575ce4c7383286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=2C=20Lin=29?= Date: Mon, 3 Sep 2018 16:47:39 +0800 Subject: [PATCH] Add git tracking ignore rules for snap packaging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ๆž—ๅšไป(Buo-ren, Lin) --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index f9339896dc..4622249116 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,11 @@ kernel*.bin times.txt /unlvtests/results* +# snap packaging specific rules +/parts/ +/stage/ +/prime/ +/snap/.snapcraft/ + +/*.snap +/*_source.tar.bz2