aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIan Johnson <person.uwsome@gmail.com>2018-06-27 01:08:57 -0500
committerJakob Borg <jakob@kastelo.net>2018-06-27 08:08:57 +0200
commit95eb81467c76a380dcebe68c7502cf56fa2ce3c5 (patch)
treec66abe89ff20c180edb8865d7b0a3f793f520c3b /.gitignore
parent55ed8836488a2bb7acf1200bbd6b0eb0d92ed557 (diff)
downloadsyncthing-95eb81467c76a380dcebe68c7502cf56fa2ce3c5.tar.gz
syncthing-95eb81467c76a380dcebe68c7502cf56fa2ce3c5.zip
build: Improve snap generation (fixes #4863, fixes #5000) (#5034)
This makes the environment variables easier to read/change. Also expand the list so it's not inline, more readable that way. The new architecture syntax for snapcraft allows specifying both the building architecture and the running architecture of the snap, so if we specify the build-on architecture as the host architecture and the run-on architecture as the target architecture, then snapcraft shouldn't need to install any cross-compilers, etc.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 91d33d107..fb67d5733 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,9 @@ RELEASE
deb
lib/auto/gui.files.go
snapcraft.yaml
+prime/
+snap/
+parts/
+stage/
+*.snap
+*.bz2