alshedivat / gpml

An up-to-date version of GPML library.
http://www.gaussianprocess.org/gpml/code/matlab/doc/
Other
32 stars 9 forks source link

Ignore compiler-generated files #2

Closed jhadida closed 5 years ago

jhadida commented 5 years ago

All in the title; I simply added a few lines in .gitignore to ignore compiler-generated files.

Ignoring these object files should prevent future issues for contributors who may otherwise accidentally include them in PRs.

It may also be worth including a note for contributors to run:

git update-index --assume-unchanged util/lbfgsb/Makefile

again to avoid including local changes to that file in PRs.

alshedivat commented 5 years ago

Thanks!