Browse Source

tweaked pyclean

Rafał Pitoń 9 years ago
parent
commit
6cb6be9348
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyclean

+ 1 - 1
pyclean

@@ -1,3 +1,3 @@
 #!/bin/bash
 
-find . -name '*.pyc' -delete
+find ./misago -name '*.pyc' -delete -not -path './misago/frontend/*'