removed python buid/installation from makefiles, poetry will handle
This commit is contained in:
parent
50f331d93e
commit
df01f04444
3 changed files with 5 additions and 39 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -39,6 +39,7 @@ coverage.xml
|
|||
|
||||
# python files
|
||||
*.egg-info
|
||||
*.pyc
|
||||
|
||||
# ignore package files
|
||||
*.rpm
|
||||
|
@ -55,8 +56,5 @@ coverage.xml
|
|||
netns/setup.py
|
||||
daemon/setup.py
|
||||
|
||||
# ignore corefx build
|
||||
corefx/target
|
||||
|
||||
# python
|
||||
__pycache__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue