final cleanup

This commit is contained in:
Devaev Maxim 2018-09-25 11:04:39 +03:00
parent 3ddd1f603e
commit 962a32e877
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored
View File

@ -1,3 +1,8 @@
/pkg/
/src/ustreamer-*/
/src/v*.tar.gz
/v*.tar.gz
/ustreamer-*.pkg.tar.xz
/vgcore.*
/ustreamer
*.o

View File

@ -56,4 +56,4 @@ push:
clean:
rm -f src/*.o src/{jpeg,omx}/*.o vgcore.* $(PROG)
rm -rf pkg src/ustreamer-* src/v*.tar.gz v*.tar.gz
rm -rf pkg src/$(PROG)-* src/v*.tar.gz v*.tar.gz $(PROG)-*.pkg.tar.xz