diff options
author | Chris MacNaughton <chris.macnaughton@canonical.com> | 2017-02-13 16:19:08 -0600 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-06-20 07:56:30 -0700 |
commit | 01f1bcec9cd6c54ffe42f3604e052f9c8aaba41e (patch) | |
tree | 1328dde54f200a1040f497d1743019232317856c /.gitignore | |
parent | f12fd880fe0b60de050aa23097df59237452a40c (diff) | |
download | alacritty-01f1bcec9cd6c54ffe42f3604e052f9c8aaba41e.tar.gz alacritty-01f1bcec9cd6c54ffe42f3604e052f9c8aaba41e.zip |
Adding snapcraft.yaml
Snapcraft makes Linux packaging very simple in a cross-distro
way. This adds the snapcraft.yaml file to setup a snap of
alacritty.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -10,3 +10,12 @@ FlameGraph # other ignores *.DS_Store +======= + +# Snapcraft files +stage +prime +parts +*.snap +*.pyc +alacritty_*_source.tar.bz2
\ No newline at end of file |