mirror of
https://github.com/docker/compose.git
synced 2025-07-22 13:14:29 +02:00
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…
x
Reference in New Issue
Block a user