diff options
author | Brendan Forster <github@brendanforster.com> | 2018-10-28 09:55:44 -0300 |
---|---|---|
committer | Brendan Forster <github@brendanforster.com> | 2018-10-28 18:17:26 -0300 |
commit | bbd34a4472535e7d00f050879fc1768781c8e788 (patch) | |
tree | 5e3b6c6a20626919c710a55b116d4a043b9a4b61 /community/Linux | |
parent | 2055dc101026b338cec2922ff41e1e6ae0054ba0 (diff) | |
download | gitignore-bbd34a4472535e7d00f050879fc1768781c8e788.tar.gz gitignore-bbd34a4472535e7d00f050879fc1768781c8e788.zip |
add community Snap template
Co-Authored-By: ๆๅไป(Buo-ren Lin) <lin-buo-ren@users.noreply.github.com>
Co-Authored-By: Marius Gripsgard <marius@ubports.com>
Diffstat (limited to 'community/Linux')
-rw-r--r-- | community/Linux/Snap.gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/community/Linux/Snap.gitignore b/community/Linux/Snap.gitignore new file mode 100644 index 00000000..ea38c6dd --- /dev/null +++ b/community/Linux/Snap.gitignore @@ -0,0 +1,14 @@ +# gitginore template for creating Snap packages +# website: https://snapcraft.io/ + +parts/ +prime/ +stage/ +*.snap + +# Snapcraft global state tracking data(automatically generated) +# https://forum.snapcraft.io/t/location-to-save-global-state/768 +/snap/.snapcraft/ + +# Source archive packed by `snapcraft cleanbuild` before pushing to the LXD container +/*_source.tar.bz2 |