Intial somewhat working version
This commit is contained in:
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
/3rdParty/
|
||||
|
||||
# Build output
|
||||
/build/
|
||||
/out/
|
||||
/.vs/
|
||||
|
||||
# CMake generated files
|
||||
CMakeUserPresets.json
|
||||
CMakeFiles/
|
||||
CMakeCache.txt
|
||||
cmake_install.cmake
|
||||
compile_commands.json
|
||||
|
||||
# Visual Studio/MSBuild
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
*.vcxproj.user
|
||||
*.obj
|
||||
*.pdb
|
||||
*.ilk
|
||||
*.idb
|
||||
*.ipdb
|
||||
*.iobj
|
||||
*.tlog
|
||||
*.lastbuildstate
|
||||
|
||||
# Binaries
|
||||
*.exe
|
||||
*.dll
|
||||
*.lib
|
||||
*.exp
|
||||
|
||||
# Logs and local runtime files
|
||||
*.log
|
||||
*.dmp
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user