You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
916 B

# =========================
# Build / CMake
# =========================
build/
cmake-build-*/
out/
dist/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
install_manifest.txt
Makefile
compile_commands.json
.ninja_deps
.ninja_log
# =========================
# Generated / intermediate
# =========================
*.o
*.obj
*.a
*.lib
*.so
*.dylib
*.dll
*.exe
*.out
!test/test_case/**/*.out
*.app
*.pdb
*.ilk
*.dSYM/
*.log
*.tmp
*.swp
*.swo
*.bak
# ANTLR 生成物(通常在 build/,这里额外兜底)
**/generated/antlr4/
**/antlr4-generated/
*.tokens
*.interp
# =========================
# IDE / Editor
# =========================
.vscode/
.idea/
.fleet/
.vs/
*.code-workspace
# CLion
cmake-build-debug/
cmake-build-release/
# =========================
# OS / misc
# =========================
.DS_Store
Thumbs.db
# =========================
# Project outputs
# =========================
test/test_result/