mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
d3069eb734
This patch implements gitignore(5) rules for snapcraft, this prevents snap build artifacts from listed as untracked files. [ci skip]
23 lines
193 B
Plaintext
23 lines
193 B
Plaintext
CMakeLists.txt.*
|
|
build*/
|
|
cmake-build-*/
|
|
release*/
|
|
.idea/
|
|
*.iml
|
|
*.kdev4
|
|
|
|
\.vscode/
|
|
*.swp
|
|
|
|
.DS_Store
|
|
.version
|
|
\.scannerwork/
|
|
|
|
/snap/.snapcraft/
|
|
/parts/
|
|
/stage/
|
|
/prime/
|
|
/*.snap
|
|
/*_source.tar.bz2
|
|
|