0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-20 04:12:15 +02: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:
林博仁(Buo-ren, Lin) 2018-10-16 23:46:12 +08:00 committed by Jonathan White
parent ca328242bc
commit d3069eb734

8
.gitignore vendored
View File

@ -12,3 +12,11 @@ release*/
.DS_Store .DS_Store
.version .version
\.scannerwork/ \.scannerwork/
/snap/.snapcraft/
/parts/
/stage/
/prime/
/*.snap
/*_source.tar.bz2