mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04: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
|
||||
.version
|
||||
\.scannerwork/
|
||||
|
||||
/snap/.snapcraft/
|
||||
/parts/
|
||||
/stage/
|
||||
/prime/
|
||||
/*.snap
|
||||
/*_source.tar.bz2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user