[pve-devel] [PATCH manager v3 6/8] gitignore: ignore any test artifacts
Lukas Wagner
l.wagner at proxmox.com
Tue May 21 15:31:46 CEST 2024
Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index e8d1eb27..481ae1e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@ dest/
/www/mobile/pvemanager-mobile.js
/www/touch/touch-[0-9]*/
/pve-manager-[0-9]*/
+/test/.mocked_*
+/test/*.tmp
--
2.39.2
More information about the pve-devel
mailing list