gitignore
This commit is contained in:
+40
@@ -0,0 +1,40 @@
|
|||||||
|
# vscode files
|
||||||
|
browse.vc.db*
|
||||||
|
.vscode-test/
|
||||||
|
.history/
|
||||||
|
*.code-workspace
|
||||||
|
|
||||||
|
# cmake files
|
||||||
|
build/
|
||||||
|
CMakeLists.txt.user
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles
|
||||||
|
CMakeScripts
|
||||||
|
Testing
|
||||||
|
Makefile
|
||||||
|
cmake_install.cmake
|
||||||
|
install_manifest.txt
|
||||||
|
compile_commands.json
|
||||||
|
CTestTestfile.cmake
|
||||||
|
_deps
|
||||||
|
CMakeUserPresets.json
|
||||||
|
|
||||||
|
# Build files
|
||||||
|
*.o
|
||||||
|
*.bin
|
||||||
|
*.out
|
||||||
|
*.spv
|
||||||
|
|
||||||
|
# Runtime data
|
||||||
|
pids
|
||||||
|
*.pid
|
||||||
|
*.seed
|
||||||
|
*.pid.lock
|
||||||
|
imgui.ini
|
||||||
|
|
||||||
|
# dotenv environment variables file
|
||||||
|
.envrc
|
||||||
|
.env
|
||||||
|
.env.test
|
||||||
|
.env.production
|
||||||
|
|
||||||
Reference in New Issue
Block a user