How can I cleanup PyPy after building it? Which parts are absolutely critical and which parts can I safely delete?
Obviously it's necessary to remove all version controll related files and folders (.gitignore
, .hg
, .hgignore
, .hgsubstate
, .hgtags
) but there must be some more directories that can be painlessly removed.
Hint: There was a description of all directories on http://doc.pypy.org/ it could be helpfull but unfortunately I just can't find it now.