-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (65 loc) · 799 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
61
62
63
64
65
66
67
68
69
70
71
72
.DS_Store
*.so
*.o
*.d
Makefile
last_build.lst
*algorithm*.txt
*.csv
.depend.*
GNUmakefile*
Makefile*
lib*
.*.swp
*.class
*.log
*.bag
*.vcxproj
*.vcxproj.filters
.vscode
capnproto/
gams.VC.db
gams.sdf
gams.sln
gams.v12.suo
gams.vcxproj.user
resource/vrep/starting.ttt
ros2gams
gams_controller
test_controller
test_controller_run
test_mape_loop
test_utility
test_variables
dynamic_simulation
drone_files/
test_madara_writer
test_madara_reader
hello_publisher
loop_rate_testing
test_arguments_parser
test_coordinates
test_formation_sync
test_location
test_euler
test_utm
bin/*
ACE_TAO/*
MPC/*
madara/
eigen/
#Ignore maven project files
target/
.project
.settings
blacklist
whitelist
*.bag
src/gams/types/*.c++
src/gams/types/*.h
!src/gams/types/Datatypes.h
*.bin
*.tar.gz
vrep/
capnproto/
MPC/