Realisation v1
This commit is contained in:
+46
@@ -0,0 +1,46 @@
|
||||
# Visual Studio user state
|
||||
.vs/
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
*.suo
|
||||
*.user
|
||||
|
||||
# CMake and compiler output. Executables, object files and generated projects
|
||||
# live below out/; benchmark results intentionally do not.
|
||||
/out/
|
||||
/build/
|
||||
/bin/
|
||||
/lib/
|
||||
CMakeUserPresets.json
|
||||
/CMakeFiles/
|
||||
/CMakeCache.txt
|
||||
/cmake_install.cmake
|
||||
/CTestTestfile.cmake
|
||||
/compile_commands.json
|
||||
/.ninja_*
|
||||
/build.ninja
|
||||
|
||||
# Native build artefacts
|
||||
*.obj
|
||||
*.o
|
||||
*.pch
|
||||
*.pdb
|
||||
*.ilk
|
||||
*.idb
|
||||
*.ipdb
|
||||
*.iobj
|
||||
*.exp
|
||||
*.lib
|
||||
*.dll
|
||||
*.exe
|
||||
*.tlog
|
||||
*.lastbuildstate
|
||||
|
||||
# Test/editor noise
|
||||
Testing/
|
||||
.cache/
|
||||
.clangd/
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.tmp
|
||||
Reference in New Issue
Block a user