[pve-devel] [PATCH manager 17/19] gitignore: ignore any test artifacts

Lukas Wagner l.wagner at proxmox.com
Tue Apr 9 15:25:53 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..48975d55 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/*.log.tmp
-- 
2.39.2




More information about the pve-devel mailing list