smcameron / open-simplex-noise-in-c

Port of Kurt Spencer's java implementation of open simplex noise to C -- Note: This is NOT Ken Perlin's Simplex noise algorithm.
The Unlicense
139 stars 19 forks source link

Add .gitignore to ignore object files #13

Closed crabctrl closed 3 years ago

crabctrl commented 3 years ago

This is a really trivial and nitpicky issue I know, but it would be convenient if the repository had a gitignore to ignore compiled object files. Otherwise, when using this repo as a submodule in a larger project, compiled objects will always be shown as untracked files when using git status.

smcameron commented 3 years ago

Fixed by d252201865b91b4d9cdf662fd00ab15ea58f551a