Files
amadeus_26/.gitignore

47 lines
486 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ROS 2 / Colcon
build/
install/
log/
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
CTestTestfile.cmake
Testing/
# C++ 编译输出
*.o
*.obj
*.so
*.a
*.dll
*.exe
*.out
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# 系统文件
.DS_Store
Thumbs.db
# 临时文件
*.tmp
*.temp
*.log
# 保留 compile_commands.json 给 clangd 使用
# (不忽略 build/compile_commands.json通过 CMake 导出到项目根目录)