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

Fiona Ebner f.ebner at proxmox.com
Fri Apr 19 11:46:08 CEST 2024


Am 09.04.24 um 15:25 schrieb Lukas Wagner:
> 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

Nit: not exactly the same as in the clean target of the Makefile
rm -rf *~ .mocked_* *.tmp
but shouldn't matter.




More information about the pve-devel mailing list