From: Stefan Lendl Date: Fri, 17 Nov 2023 14:23:07 +0000 (+0100) Subject: gitignore: add build artefacts and .vscode to ignore list X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=67fd119587c28a21f7c1061a124d353eaebd6083;p=matthieu%2Fpve-network.git gitignore: add build artefacts and .vscode to ignore list Signed-off-by: Stefan Lendl [ TL: avoid one-word subject & make build-dir glob more specific ] Signed-off-by: Thomas Lamprecht --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3d7ebeb --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +/libpve-network-perl-[0-9]*/ +*.deb +/*.buildinfo +/*.changes +/.vscode/