-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
35 lines (24 loc) · 811 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
**/.DS_Store
### File format ###
**.asv
**.avi
**.gif
**.png
**.jpg
**.adat
# **.pgm
**.mp4
### Implementation ###
### Differential-Drive-Robot-main ###
Differential-Drive-Robot-main/*
!Differential-Drive-Robot-main/matlab_simulation/
Differential-Drive-Robot-main/matlab_simulation/*
!Differential-Drive-Robot-main/matlab_simulation/main.m
!Differential-Drive-Robot-main/matlab_simulation/planners/
Differential-Drive-Robot-main/matlab_simulation/planners/*
!Differential-Drive-Robot-main/matlab_simulation/planners/DStar/
!Differential-Drive-Robot-main/matlab_simulation/planners/DStarLite/
!Differential-Drive-Robot-main/matlab_simulation/planners/FieldDStar/
!Differential-Drive-Robot-main/matlab_simulation/maps/
!Differential-Drive-Robot-main/matlab_simulation/controllers/
### Comparisons ###