lang/.gitignore
programsnail beca0da53a xmake
2024-07-20 10:42:03 +03:00

41 lines
374 B
Text

# ---> CMake
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
# 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