gitignore

This commit is contained in:
CookieKastanie 2022-02-24 14:59:35 +01:00
parent b8886676fe
commit 1a240beee3
2 changed files with 8 additions and 0 deletions

6
.gitignore vendored Normal file
View File

@ -0,0 +1,6 @@
.vs
.vscode
out
build*
CmakeSettings.json
*.vtk

2
cmds.txt Normal file
View File

@ -0,0 +1,2 @@
cmake -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_CXX_FLAGS=-Wall -Wextra -DUSE_SYSTEM_VTK=ON -DENABLE_VIEWER=OFF
cmake --build build