Merge pull request #893 from mslacken/fixCocer

remove and ignore *.coverprofile
This commit is contained in:
Jonathon Anderson
2023-08-15 21:01:27 -06:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -29,3 +29,4 @@ Defaults.mk
userdocs/_*
userdocs/reference/*
/warewulf-?.?.?/
*.coverprofile

View File

@@ -201,6 +201,7 @@ contclean:
rm -rf userdocs/_*
rm -rf userdocs/reference/*
rm -rf etc/defaults.conf
rm -rf *.coverprofile
.PHONY: clean
clean: contclean