mmorse1217 / lean-vtk

A minimal VTK file writer for triangle, quad, hex and tet meshes in 2D and 3D. Only C++ standard lib as dependencies.
MIT License
47 stars 14 forks source link

Add .gitignore #5

Closed shane-riley closed 1 year ago

shane-riley commented 1 year ago

When lean-vtk is included as a git submodule and a CMake subdirectory, the build results from lean-vtk land in the lib and bin folders in the submodule's source tree. From the perspective of the user using lean-vtk as a submodule, it would be helpful to include a .gitignore file that prevents these results from being tracked with the following lines

/build/
/bin/
/lib/
mmorse1217 commented 1 year ago

Closed by #6; thanks for the contribution!