forked from lgsvl/simulator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
74 lines (67 loc) · 1.53 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
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/.vs/
/.vscode/
# Autogenerated VS/MD solution and project files
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.DotSettings
*.swatch
# Unity3D generated meta files
*.pidb.meta
# Unity3D Generated File On Crash Reports
sysinfo.txt
# OSX
.DS_Store
.AppleDouble
.LSOverride
Icon
#project specific
!/Assets/StreamingAssets/Admin/*
*.opendb
*.db
DirectInputPlugin/DirectInputPlugin/DirectInputPlugin/x64/
DirectInputPlugin/DirectInputPlugin/x64/
DirectInputPlugin/DirectInputTesting/Library/
DirectInputPlugin/DirectInputTesting/obj/
builds/
DirectInputPlugin/local/
fmod.log
fmod_editor.log
FMOD/
!/Tools/Launcher/*
!/Tools/Launcher/Launcher/*
Tools/Launcher/Launcher/bin/
Tools/Launcher/Launcher/obj/
Tools/StreamListener/StreamListener/bin/
Tools/StreamListener/StreamListener/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Tools/StreamListener/StreamListener/obj/
BuildConfig.ps1
infractionLogs/
Deploy/
Tobii.EyeX.Client.dll
Assets/Prefabs/Materials
Assets/Prefabs/Materials.meta
*.zip
Assets/Plugins/**/**/*.pdb
Assets/Plugins/**/**/*.pdb.meta
ROSBridgeIP.txt
Assets/ZRNAssets
Assets/ZRNAssets.meta
build.bat
Api/lgsvl/__pycache__
Api/lgsvl.egg-info
Api/tests/__pycache__
Api/examples/NHTSA-sample-tests/Perform-Lane-Change/evaluator/__pycache__
Api/examples/NHTSA-sample-tests/Vehicle-Following/evaluator/__pycache__
Api/examples/NHTSA-sample-tests/Encroaching-Oncoming-Vehicles/evaluator/__pycache__
Api/examples/NHTSA-sample-tests/Move-Out-of-Travel-Lane/evaluator/__pycache__