-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
49 lines (43 loc) · 1.29 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
src/Makefile
src/*.so
src/*.dll
src/*.dylib
src/**/*_m.h
src/**/*_m.cc
src/veins_carla_dbg
doc/doxy
doc/neddoc
/bin/veins_run
/out
examples/**/results
examples/**/.tkenvrc
examples/**/.qtenvrc
examples/**/.cmdenv-log
examples/**/valgrind.out
subprojects/veins_catch/out
subprojects/veins_catch/bin/veins_catch_run
subprojects/veins_catch/src/*.dll
subprojects/veins_catch/src/*.dylib
subprojects/veins_catch/src/*.so
subprojects/veins_catch/src/Makefile
subprojects/veins_catch/src/veins_catch
subprojects/veins_catch/src/veins_catch_dbg
subprojects/veins_catch/src/veins_catch_sanitize
subprojects/veins_carla/conanbuildinfo.mak
subprojects/veins_carla/conanbuildinfo.txt
subprojects/veins_carla/conaninfo.txt
subprojects/veins_carla/conan.lock
subprojects/veins_carla/src/Makefile
subprojects/veins_carla/src/*.so
subprojects/veins_carla/src/*.dll
subprojects/veins_carla/src/*.dylib
subprojects/veins_carla/src/**/*_m.h
subprojects/veins_carla/src/**/*_m.cc
subprojects/veins_carla/out
subprojects/veins_carla/bin/veins_carla_run
subprojects/veins_carla/examples/**/results
subprojects/veins_carla/examples/**/veins-runall-output
subprojects/veins_carla/examples/**/.tkenvrc
subprojects/veins_carla/examples/**/.qtenvrc
subprojects/veins_carla/examples/**/.cmdenv-log
subprojects/veins_carla/examples/**/valgrind.out