diff --git a/.gitignore b/.gitignore index 11c7aa2..b5f7a2b 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,12 @@ Thumbs.db *.deb *.tar.gz *.tar.xz + +# Build temporary directory +build-tmp/ + +# Log files +*.log + +# Test keys (WireGuard) +*.key