gitignore: ignore build ans wireguard directories

This commit is contained in:
Mohammed Amar-Bensaber 2024-10-08 22:52:10 +02:00
parent bf417c04a1
commit 394d13aaaa
Signed by: renken
GPG key ID: 1F2BB159B645E575

3
.gitignore vendored
View file

@ -2,6 +2,7 @@
**/debian/*-config **/debian/*-config
**/debian/*.debhelper **/debian/*.debhelper
**/debian/debhelper-* **/debian/debhelper-*
**/files/etc/wireguard
**/secrets **/secrets
*.build *.build
*.buildinfo *.buildinfo
@ -12,5 +13,5 @@
*.postinst.debhelper *.postinst.debhelper
*.substvars *.substvars
*.tar.xz *.tar.xz
**/files/etc/wireguard /build
/debian/files /debian/files