Explorar o código

Add fig.egg-info to clean script

Signed-off-by: Ben Firshman <[email protected]>
Ben Firshman %!s(int64=11) %!d(string=hai) anos
pai
achega
190ea2bbd6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      script/clean

+ 1 - 1
script/clean

@@ -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