forked from DEIS-Tools/Swarm-Robotics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
24 lines (24 loc) · 654 Bytes
/
.gitignore
File metadata and controls
24 lines (24 loc) · 654 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
/.vscode
/Simulation/.vscode
/Robot-code/.vscode
/simulation/build/
/simulation/vscode/
/simulation/.vscode/ipch/
/simulation/visualGraph/build/
/simulation/visualGraph/test/build/
/Simulation/build/
/Simulation/experiment/scene*/fb*
/Simulation/uppaalStratego/fb*
/Simulation/experiment/scene*/jobs.json
/Simulation/testing/build/
/Robot-code/build/
/Robot-code/Plotting/
/Robot-code/UnitTests/build/
/Simulation/uppaalStratego/Server
/Robot-code/config/static_config.json
/Robot-code/config/station_strategy.json
/Robot-code/config/waypoint_strategy.json
/Robot-code/cmake-build-debug/
/Simulation/cmake-build-debug/
**/config/libconfig.log
**/.idea/*