-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
48 lines (39 loc) · 774 Bytes
/
.gitignore
File metadata and controls
48 lines (39 loc) · 774 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
# ros build output
build/
devel/
# python env
/venv/
# ide
/.vscode/*
# except recommended extensions
!/.vscode/extensions.json
!/.vscode/settings.json
# fetched external libs
# NOTE: these may be removed in the future, tbd
src/InertialSenseSDK
src/sick_scan
src/wreadinput
src/wready
src/wroboclaw
src/wrosout
src/wresponsecontrol
# external lib destination dirs
# TODO (@bennowotny): We aren't really using these ignores
src/drive/lib
src/manager/lib
src/science/lib
*.pyc
src/arm/lib
# potential clang excludes
compile_commands.json
.cache
*.png
*.data
*.swp
*.old
# documentation
docs/doxygen
docs/generated-images
# non-generated documentation images
!src/wr_logic_teleop_ds/control_scheme_power_levels.png
!src/wr_logic_teleop_ds/control_scheme_tank_drive.png