mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #320 from orchardup/add-egg-info-to-clean
Add fig.egg-info to clean script
This commit is contained in:
commit
730de9187a
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
find . -type f -name '*.pyc' -delete
|
||||
rm -rf docs/_site build dist
|
||||
rm -rf docs/_site build dist fig.egg-info
|
||||
|
Loading…
x
Reference in New Issue
Block a user