-
Notifications
You must be signed in to change notification settings - Fork 28
/
.gitignore
60 lines (45 loc) · 1004 Bytes
/
.gitignore
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
# Vim
*.swp
*.swo
# Python
*.pyc
# ROS/Catkin
*/catkin_ws/.catkin_tools
*/catkin_ws/build
*/catkin_ws/devel
*/catkin_ws/logs
# ROS_Serial
ros_lib/
ros_lib.zip
# Acoustics
*.csv
# Video and Bags
*.avi
*.bag
*.MOV
# PyCharm/IntelliJ
.idea
# VS Code
.vscode
# Mac
*.DS_Store
# Remember to load in the model files manaully
*.pth
robosub_ws.code-workspace
# CV footage extraction
onboard/catkin_ws/src/cv/footage_extraction/footage
onboard/catkin_ws/src/cv/footage_extraction/extracted_footage
onboard/catkin_ws/src/cv/footage_extraction/extracted_files
onboard/catkin_ws/src/cv/footage_extraction/uploaded_footage
onboard/catkin_ws/src/cv/footage_extraction/*.yaml
# Exclude CSV files in offboard_comms/data
!onboard/catkin_ws/src/offboard_comms/data/*.csv
# Foxglove
node_modules
dist
build
*.foxe
# Don't ignore wrench matrices
!onboard/catkin_ws/src/controls/data/*.csv
# Ignore offset.h in thruster arduino
onboard/catkin_ws/src/offboard_comms/Arduino Sketchbooks/ThrusterArduino/offset.h