This commit is contained in:
programsnail 2024-07-20 10:42:03 +03:00
parent e27cc09b4d
commit beca0da53a
7 changed files with 55 additions and 6 deletions

21
.gitignore vendored
View file

@ -12,11 +12,30 @@ CTestTestfile.cmake
_deps
build
# build
cmake-build-debug
# ---
.old
.idea
# ---
# Xmake cache
.xmake
**/.xmake
.cache
.ccls-cache
build
**/.cache
**/.ccls-cache
**/build
compile_commands.json
# MacOS Cache
.DS_Store