.gitignore: ignore misc artifacts and secret files
This commit is contained in:
parent
ba65814042
commit
5aa7d77ef2
1 changed files with 16 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
**/.debhelper
|
||||
**/debian/*-config
|
||||
**/debian/*.debhelper
|
||||
**/debian/debhelper-*
|
||||
**/secrets
|
||||
*.build
|
||||
*.buildinfo
|
||||
*.changes
|
||||
*.deb
|
||||
*.debhelper.log
|
||||
*.dsc
|
||||
*.postinst.debhelper
|
||||
*.substvars
|
||||
*.tar.xz
|
||||
**/files/etc/wireguard
|
||||
/debian/files
|
Loading…
Reference in a new issue