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.
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
.