diff options
| author | Stefan Lendl <s.lendl@proxmox.com> | 2023-11-17 15:23:07 +0100 | 
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2023-11-17 15:50:23 +0100 | 
| commit | 67fd119587c28a21f7c1061a124d353eaebd6083 (patch) | |
| tree | aa51d3f2b40c051fc42c74f644febed63d413eb6 /.gitignore | |
| parent | 1f3d63899592a1269ccd675cace24a1d56072d5b (diff) | |
gitignore: add build artefacts and .vscode to ignore list
Signed-off-by: Stefan Lendl <s.lendl@proxmox.com>
 [ TL: avoid one-word subject & make build-dir glob more specific ]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 | 
1 files changed, 5 insertions, 0 deletions
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/  | 
