racecar_ws/.gitignore
2025-04-12 10:42:56 +08:00

35 lines
287 B
Plaintext

### These files should get ignored no matter where they appear.
# OS
.DS_Store
# IDE
.vscode/
.idea/
# Git repository
.gitee
.github
.gitlab
# CMake build
build/
devel/
# Python
__pycache__/
*.pyc
# C++
# ROS
build/
devel/
.catkin_workspace
src/CMakeLists.txt
# Linux
.deb
.rpm