Skip to content

Commit 49753dd

Browse files
author
Guillaume Lemaitre
committed
Clean more thing using the makefile
1 parent 76a9148 commit 49753dd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ clean:
1111
rm -rf coverage
1212
rm -rf dist
1313
rm -rf build
14+
rm -rf doc/auto_examples
15+
rm -rf doc/generated
16+
rm -rf doc/modules
17+
rm -rf examples/.ipynb_checkpoints
1418

1519
test:
1620
$(NOSETESTS) -s -v unbalanced_dataset

0 commit comments

Comments
 (0)