-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
67 lines (58 loc) · 849 Bytes
/
Copy path.gitignore
File metadata and controls
67 lines (58 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# ROS 2 Colcon Build System
/build/
/install/
/log/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
*.egg-info/
dist/
*.egg
# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Docker
docker-compose.override.yaml
.dockerignore
# CMake
cmake_install.cmake
CMakeFiles/
CMakeCache.txt
CTestConfiguration.ini
*.cmake
# ESP-IDF / ESP32
sdkconfig.old
sdkconfig.json
partition_table.csv
firmware/dev_ws/build/
firmware/dev_ws/sdkconfig
# Sphinx Documentation
docs/_build/
docs/build-latex/
docs/.doctrees/
# ROS / DDS
.DDS_SecurityLog.txt
.rmw_dds_client/
# PDF
README.pdf
notes.pdf
concepts.pdf
user_manual.pdf
# Local archives
*.tar
*.tar.gz
# micro-ROS firmware generated artifacts
firmware/mcu_ws/build/
firmware/mcu_ws/install/
firmware/mcu_ws/log/
firmware/freertos_apps/microros_esp32_extensions/build/