35 lines
287 B
Plaintext
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
|
|
|