Initial commit
This commit is contained in:
+52
@@ -0,0 +1,52 @@
|
||||
# Visual Studio and local user state
|
||||
.vs/
|
||||
*.vcxproj.user
|
||||
*.suo
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
|
||||
# Centralized build output
|
||||
/build/
|
||||
/projects/*/x64/
|
||||
/projects/*/Win32/
|
||||
/projects/*/Debug/
|
||||
/projects/*/Release/
|
||||
|
||||
# CMake-generated files outside the central build directory
|
||||
CMakeCache.txt
|
||||
CMakeFiles/
|
||||
cmake_install.cmake
|
||||
CTestTestfile.cmake
|
||||
Makefile
|
||||
*.ninja
|
||||
.ninja_deps
|
||||
.ninja_log
|
||||
|
||||
# Compiler and linker output that may be created outside build/
|
||||
*.exe
|
||||
*.dll
|
||||
*.lib
|
||||
*.pdb
|
||||
*.ilk
|
||||
*.idb
|
||||
*.ipdb
|
||||
*.iobj
|
||||
*.tlog
|
||||
*.lastbuildstate
|
||||
|
||||
# Generated searches, checkpoints, reports, and logs
|
||||
/runtime/
|
||||
|
||||
# Python cache and virtual environments
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# OS metadata
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
|
||||
# Wavefront .obj files are research data in this repository and are intentionally
|
||||
# not ignored globally.
|
||||
Reference in New Issue
Block a user