summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
author林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>2019-03-03 00:13:33 +0800
committerCaleb Bassi <calebjbassi@gmail.com>2019-04-25 11:11:26 -0700
commit0817bea2bb18880bea0710aa0214eff7088fa04b (patch)
tree2eb0cb34c2b8cb4a1a1427a28f3105dd4edd911f /.gitignore
parent56662fda14240e21f6f7bc175b988a25d92f0570 (diff)
Implement snap packaging, snaps are universal linux packages
This patch implements the necessary details to package gotop as a snap that can be installed on various GNU/Linux distributions supported by Snapd. Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9b247b8..e310733 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,10 @@
dist/
gotop*
+
+# snap packaging specific
+/parts/
+/prime/
+/stage/
+/*.snap
+/snap/.snapcraft/
+/*_source.tar.bz2