user-cont / conu

conu - python API for your containers
http://conu.readthedocs.io/en/latest/
MIT License
165 stars 33 forks source link

`git clean -dfx` bothers me #294

Closed TomasTomecek closed 5 years ago

TomasTomecek commented 5 years ago

I understand if we use it in CI, but right now this command is being executed during local make check: why? -x removes my .idea directory; can we remove make clean completely? or at least drop -x?