mirror of https://github.com/docker/compose.git
Add fig.egg-info to clean script
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
This commit is contained in:
parent
7fb43cc85f
commit
190ea2bbd6
|
@ -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…
Reference in New Issue