Clean generated *.su file and gitignore them

This commit is contained in:
Manuel Pégourié-Gonnard 2019-07-30 14:59:54 +02:00
parent d64a2f72e6
commit 80eaddfc36
4 changed files with 9 additions and 5 deletions

View file

@ -298,8 +298,9 @@ ifndef WINDOWS
rm -f $(APPS)
-rm -f ssl/ssl_pthread_server$(EXEXT)
-rm -f test/cpp_dummy_build$(EXEXT)
-rm -f *.su
else
del /S /Q /F *.o *.exe
del /S /Q /F *.o *.su *.exe
endif
list: