mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-02 09:34:58 -05:00
Add Git tracking ignore rules for snapcraft
This patch implements gitignore(5) rules for snapcraft, this prevents snap build artifacts from listed as untracked files. [ci skip]
This commit is contained in:
parent
ca328242bc
commit
d3069eb734
8
.gitignore
vendored
8
.gitignore
vendored
@ -12,3 +12,11 @@ release*/
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.version
|
.version
|
||||||
\.scannerwork/
|
\.scannerwork/
|
||||||
|
|
||||||
|
/snap/.snapcraft/
|
||||||
|
/parts/
|
||||||
|
/stage/
|
||||||
|
/prime/
|
||||||
|
/*.snap
|
||||||
|
/*_source.tar.bz2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user