robbmcleod / pyfastnoisesimd

Python module wrapping C++ FastNoiseSIMD
BSD 3-Clause "New" or "Revised" License
39 stars 6 forks source link

Remove generated files. #8

Closed QuLogic closed 6 years ago

QuLogic commented 6 years ago

They are created by setup.py and keeping them in git causes unnecessary tracking output from git status after a build.

robbmcleod commented 6 years ago

Looks fine, thanks.