Merge pull request #1463 from Lin-Buo-Ren/patch/snap/add-gitignore

snap: Add packaging-specific gitignore rules
This commit is contained in:
Nicolas Hennion 2019-04-11 13:30:55 +02:00 committed by GitHub
commit a5fc4fda45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored
View File

@ -50,3 +50,12 @@ bower_components/
# visual stdio code
.vscode/
# Snap packaging specific
/snap/.snapcraft/
/parts/
/stage/
/prime/
/*.snap
/*_source.tar.bz2