ignoring ustreamer.egg-info

This commit is contained in:
Maxim Devaev 2023-08-23 00:42:49 +03:00
parent 548c261d92
commit cb9c1658af
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -4,6 +4,7 @@
/pkg/arch/src/
/src/build/
/python/build/
/python/ustreamer.egg-info/
/janus/build/
/ustreamer
/ustreamer-dump

View File

@ -17,4 +17,4 @@ install:
clean:
rm -rf build
rm -rf build ustreamer.egg-info