init commit
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# ide related
|
||||
.vs/*
|
||||
.idea/*
|
||||
# build
|
||||
.build/*
|
||||
x64/*
|
||||
cmake-build-debug/*
|
||||
cmake-build-debug-visual-studio/*
|
||||
# ignore CMakeLists.txt but add example file
|
||||
CMakeLists.txt
|
||||
# dlls:
|
||||
*.dll
|
||||
# vs-like objects
|
||||
*.sln
|
||||
*vcxproj*
|
||||
packages.config
|
||||
packages/*
|
Reference in New Issue
Block a user