chapel-lang / chapel

a Productive Parallel Programming Language
https://chapel-lang.org
Other
1.75k stars 410 forks source link

Have 'make clobber' remove 'util/chplenv/__pycache' and its contents #24939

Closed bradcray closed 2 weeks ago

bradcray commented 2 weeks ago

This will not only have it be cleaned up by a 'make clobber', but also will remove it from the release tarball (which uses make clobber to clean things up before bundling the files).

bradcray commented 2 weeks ago

@mppf , @DanilaFe , @tzinsky : I believe this should clean up the pycache files that surprised me/us today in future releases, while also making our make clobber clean up a bit more.