gitignore: ignore build ans wireguard directories
This commit is contained in:
parent
bf417c04a1
commit
394d13aaaa
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
**/debian/*-config
|
||||
**/debian/*.debhelper
|
||||
**/debian/debhelper-*
|
||||
**/files/etc/wireguard
|
||||
**/secrets
|
||||
*.build
|
||||
*.buildinfo
|
||||
|
@ -12,5 +13,5 @@
|
|||
*.postinst.debhelper
|
||||
*.substvars
|
||||
*.tar.xz
|
||||
**/files/etc/wireguard
|
||||
/build
|
||||
/debian/files
|
||||
|
|
Loading…
Reference in a new issue