diff options
| author | 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com> | 2018-11-09 08:42:50 +0000 |
|---|---|---|
| committer | 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com> | 2018-11-09 08:42:50 +0000 |
| commit | 4eee1adb6839455cc8d2292f30cce12652e3b547 (patch) | |
| tree | e24cdbb3970e7b6feab3eb9c5709dba4ce2aff32 /.gitignore | |
| parent | License header check: ignore files in .gitignore (diff) | |
| download | inkscape-4eee1adb6839455cc8d2292f30cce12652e3b547.tar.gz inkscape-4eee1adb6839455cc8d2292f30cce12652e3b547.zip | |
Implement Git tracking rules for snap packaging
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
Diffstat (limited to '')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0f883258a..980259c48 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,13 @@ inkscape_devel_source.tar.bz2 *~ *.rej .vscode + +# Snap packaging specific rules +/snap/.snapcraft/ +/parts/ +/stage/ +/prime/ + +/*.snap +/*_source.tar.bz2 + |
