xmtop/.gitignore
林博仁(Buo-ren Lin) 0817bea2bb 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>
2019-04-25 11:11:26 -07:00

11 lines
108 B
Plaintext

dist/
gotop*
# snap packaging specific
/parts/
/prime/
/stage/
/*.snap
/snap/.snapcraft/
/*_source.tar.bz2