-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
119 lines (99 loc) · 2.49 KB
/
.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# Old experiments folder
*/Experiments/OLD
# Compiled Object files
*.o
*.so
# Python bytecode
*.pyc
# Simulink and PreScan generated files. May need to add more based on .pex configuration
*.pb
*.pepb
*.autosave
*.original
*.r2010b
*.r2013b
*.r2014b
*.r2017b
*.r2018b
*.vwrs
*.osgt
*.ps3d
*.vwe
*.osgt
*.slxc
*/Eperiments/**/*_cs_grt_rtw/
# Matlab autogenerated files
*.asv
*.mexw64
*/build_exception.mat
AD-EYE/ROS_Packages/src/matlab_gen/
# All folders that are generated. May need to add more based on .pex configuration
*/Experiments/**/Actors
*/Experiments/**/Aimsun
*/Experiments/**/CameraSensorConfig
*/Experiments/**/RemoteViewerPlugin
*/Experiments/**/Temp
*/Experiments/**/Trajectories
*/Experiments/**/Models
*/Experiments/**/Resources/SPD
*/Experiments/**/Resources/InformationSign
*/Experiments/**/Resources/Sky
*/Experiments/**/V2XPlugin
*/Experiments/**/cameraeffects
*/Experiments/**/cameras
*/Experiments/**/Pictures
*/Experiments/**/slprj
*/Experiments/**/Vissim
*/Experiments/**/PBCameraPlugin
*/Experiments/**/LidarSensorConfig
*/Experiments/**/WorldViewerUnrealPlugin
*/Experiments/**/PhysicsBasedCameraUnrealPlugin
*/Experiments/**/Migrated
*/Experiments/**/RadarSensorConfig
*/Experiments/**/UserSpecified
# May have to re-include
*/Experiments/**/*hash.mat
*/Experiments/**/*old.slx
#*/Experiments/**/*.png
*/Experiments/**/log4net.config.xml
*/Experiments/**/*.log
*/Experiments/**/*.references
*/Experiments/**/*.tunable
*/Experiments/**/viewer_assignment.bin
#The Results folder
*/Experiments/**/Results
#Catkin/ROS build files
*/ROS_Packages/build
*/ROS_Packages/devel
*/ROS_Packages/build
*/ROS_Packages/src/CMakeLists.txt
*/ROS_Packages/.catkin_workspace
#Modified launch files
*/ROS_Packages/src/AD-EYE/modified_launch_files
# Autoware.ai folders and files
autoware.ai/build/
autoware.ai/install/
autoware.ai/log/
autoware.ai/src/
autoware.ai/autoware.ai.repos
autoware.ai/*.workspace
autoware.ai/*.workspace.user
#Visual Studio Code / Jetbrains generated folders
**/.vscode
**/.idea
**/cmake-build-debug
# Unzipped folders, zipped version added to LFS
Prescan_models/KTH_3D_overhaul/
# Generated TA configs
AD-EYE/TA/Configurations/*_*
# TA timer
AD-EYE/TA/runtimes*.xlsx
# OpenSCENARIO test results
AD-EYE/OpenSCENARIO/scenario_review.txt
# Current OpenScenario Generated experiment folders
AD-EYE/Experiments/Experiment_*
AD-EYE/OpenSCENARIO/OpenSCENARIO_experiments/*_generated*.xosc
# SSH configuration file
AD-EYE/TA/Configurations/SSHConfig.csv
# Generated Documentation
Documentation/html/