Skip to content

Remove localsyms in modules/lua

Bitbucket Importer requested to merge bitbucket/merged-pr-692 into branch/unified

Created originally on Bitbucket by daniel_fort (Daniel Fort)

Was already merged in Bitbucket before import, marked as merged by the import user

This is just a little pet peeve of mine but running "make clean" will not remove the localsyms file in the modules/lua directory. This appears as an uncommitted change in SourceTree and can possibly show up on pull requests. This pull request removes localsyms immediately after the make script is finished with it.

Merge request reports