martinmoene / optional-lite

optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
403 stars 45 forks source link

Add common CMake generated files to gitignore. #75

Closed kacf closed 1 year ago

kacf commented 1 year ago

@martinmoene: I hope this makes sense! It gets rid of the annoying "untracked content" status when using this repository as a submodule.

martinmoene commented 1 year ago

@kacf Makes sense to me. There is however a (single) Makefile (test\Makefile) that shouldn't be ignored.

kacf commented 1 year ago

@martinmoene: Right you are, I missed that. I opted for making it specific to the root Makefile then.