#!/bin/bash
cd `dirname "$0"`
rm *.pyc */*.pyc *~ */*~ */*.o */*.cxx */*.gch swig/*.so */*.gladep */*.bak 2> /dev/null
cd -

