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.
nudt-compiler-cpp/.gitignore

95 lines
1.3 KiB

# =========================
# 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
# =========================
# Local-only (not for grader)
# =========================
/include
third_party/antlr4-runtime-4.13.2/runtime/
# =========================
# Project outputs
# =========================
test/test_result/
lab1_results/
lab2_results/
lab3_results/
lab4_results/
lab4_instcount_results/
lab5_results/
test_tmp/
test_fail/
# =========================
# Local test & build
# =========================
2026test/
build_clang/
build_debug/
build_ubsan/
build_eval/
test5.sh