forked from eclipse-sumo/sumo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
116 lines (116 loc) · 1.74 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
# root dir, mostly configure / make stuff
/aclocal.m4
/autom4te.cache
/config.guess
/config.log
/config.status
/config.sub
/configure
/depcomp
/examples
/install-sh
/libtool
/ltmain.sh
/missing
/sumo-*.tar.gz
/sumo-*.zip
/diff.*
/compile
/latex
/mirror
# build dir
/build/cmake-build*
# 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/*.dll
/bin/*.so
/bin/*.pyd
/bin/osgPlugins*
/bin/TraaS.jar
/bin/RelWithDebInfo
# docs dir, make artifacts
/docs/doxygen
/docs/javadoc
/docs/pydoc
/docs/userdoc
# 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
/unittest/src/sumo-unittest
# tools dir
/tools/game/*.netstate.xml
/tools/game/*.tlsstate.xml
/tools/contributed/traas/dist
/tools/contributed/traas/javadoc
/tools/contributed/traas/release
# extracted tests
/tests/_*
# global patterns
Makefile
Makefile.in
*.vcxproj.user
*.class
lib*.a
.deps
.libs
*.o
*.pyc
*.sdf
*.suo
*.db
*.opendb
*.db-shm
*.db-wal
*.obj
*.log
*.tlog
*.lastbuildstate
*.exe
*.jar
*.ilk
*.pdb
*.props
*.exp
*.lib
*.res
*.ipch