-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
.gitignore
163 lines (163 loc) · 2.6 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# root dir, mostly release / doc building stuff
/sumo*.tar.gz
/sumo-*.zip
/diff.*
/compile
/latex
/mirror
/share
/dist
/_skbuild
/wheelhouse
/setup.py
# IDE project files
/.settings
/.cproject
/.project
/.pydevproject
/.vs
/.vim
# build dir
/clang*
/build
/out
# bin dir
/bin/TraCITestClient*
/bin/activitygen*
/bin/dfrouter*
/bin/duarouter*
/bin/emissionsDrivingCycle*
/bin/emissionsMap*
/bin/jtrrouter*
/bin/marouter*
/bin/netconvert*
/bin/netedit*
/bin/netgenerate*
/bin/od2trips*
/bin/polyconvert*
/bin/sumo*
/bin/sumo-gui*
/bin/testcommon*
/bin/testfoxtools*
/bin/testgeom*
/bin/testmicrosim*
/bin/testnetbuild*
/bin/testlibsumo*
/bin/testlibtraci*
/bin/testthreadpool*
/bin/*.dll
/bin/*.dylib
/bin/*.so
/bin/*.pyd
/bin/*.manifest
/bin/osgPlugins*
/bin/libsumoc*
/bin/liblibsumojni.jnilib
/bin/liblibtracijni.jnilib
/bin/libsumofmi2.dylib
# data dir
/data/locale
/data/templates
/data/po/*.pot
/data/proj
# docs dir, make artifacts
/docs/doxygen
/docs/examples
/docs/javadoc
/docs/lcov
/docs/man
/docs/pydoc
/docs/tutorial
/docs/userdoc
/docs/web/site/
/docs/web/__pycache__/
/docs/web/*.pyc
# src dir, mostly configure / make stuff
/src/config.h
/src/config.h.in
/src/stamp-h1
/src/version.h
/src/tags
/src/cscope.out
/src/activitygen/activitygen
/src/dfrouter/dfrouter
/src/duarouter/duarouter
/src/jtrrouter/jtrrouter
/src/marouter/marouter
/src/netconvert
/src/netedit/netedit
/src/netgen/netgenerate
/src/netimport/typemap.h
/src/od2trips
/src/polyconvert/pc_typemap.h
/src/polyconvert/polyconvert
/src/sumo
/src/sumo-gui
/src/tools/emissionsDrivingCycle
/src/tools/emissionsMap
/src/traci_testclient/TraCITestClient
# tools dir
/tools/*.vs
/tools/*.egg-info
/tools/[0-9]*
/tools/game/*.netstate.xml
/tools/game/*.tlsstate.xml
/tools/game/netstate.xml
/tools/game/tlsstate.xml
/tools/game/*.tripinfos.xml
/tools/game/*.stats.xml
/tools/game/racing/log
/tools/game/racing/tripinfos.xml
/tools/game/A10KW/*
/tools/game/scores.pkl
/tools/contributed/lisum/lisum-core/target/
/tools/contributed/lisum/lisum-gui/target/
/tools/contributed/traas/dist
/tools/contributed/traas/javadoc
/tools/contributed/traas/release
/tools/contributed/traas/target
/tools/libsumo/_libsumo.*
/tools/libsumo/libsumo.py
/tools/libtraci/_libtraci.*
/tools/libtraci/libtraci.py
/tools/setup.py
# extracted tests
/tests/_*
# netedit test
/tests/netedit/.vs/netedit
/tests/netedit/filter_files
# global patterns
Makefile
Makefile.in
*.vcxproj.user
*.class
lib*.a
.deps
**/.DS_Store
.libs
*.o
__pycache__
*.pyc
*.sdf
*.suo
*.db
*.opendb
*.db-shm
*.db-wal
*.obj
*.log
*.tlog
*.lastbuildstate
*.exe
*.jar
*.ilk
*.pdb
*.props
*.exp
*.lib
*.res
*.ipch
.vscode
*.aps
.gdb_history
.env