can_parser/.gitignore
2025-06-15 14:54:54 +08:00

37 lines
327 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
# Project
config/can_config.json
test.py