rvandoosselaer / Blocks

A block (voxel) engine for jMonkeyEngine
BSD 3-Clause "New" or "Revised" License
41 stars 14 forks source link

clean up extracted native libraries and tell Git to ignore them #5

Closed stephengold closed 4 years ago

stephengold commented 4 years ago

When the example apps are run, native libraries are extracted and written to the working directory. Git should ignore these files, and gradle clean should cause them to be deleted.

rvandoosselaer commented 4 years ago

Could you also include a task to clean up the Mac native files? eg. libbulletjme.dylib, ... (all have *.dylib extentions)

stephengold commented 4 years ago

I don't have a Mac to test on, so the latest push is untested.

rvandoosselaer commented 4 years ago

No problem, I’ll test it for you. Thanks!