-
Notifications
You must be signed in to change notification settings - Fork 37
/
.gitignore
117 lines (101 loc) · 2.45 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
# autotools
Makefile
Makefile.in
configure
libtool
config
config.status
config.log
aclocal.m4
autom4te.cache
*.o
compile
config.guess
config.sub
depcomp
install-sh
libtool.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
# version
include/emane/version.h
src/python/emane/info/__init__.py
# pkg-config
src/libemane/libemane.pc
# protocol buffers output
*.pb.cc
*.pb.h
*_pb2.py
# object files/dependencies
*.la
*.lo
*.o
**/.deps
**/.libs
# python byte code
*.pyc
# rpm
emane.spec
.rpmbuild
# deb
.debbuild
# dist
emane-*.tar.gz
# make install
src/python/.installedfiles
# documentation output
doc/emane.doxygen
doc/html
# emane shell
src/python/build
src/python/dist
src/python/emane/shell/schema/manifest.xsd
src/python/setup.py
src/python/MANIFEST
# man pages
*.1
# applications
src/applications/emaneeventservice/emaneeventservice
src/applications/emane/emane
src/applications/emaneeventd/emaneeventd
src/applications/emaneinfo/emaneinfo
src/applications/emanetransportd/emanetransportd
# test harness applications (no install)
test/harness/gainscenario/gainscenario
test/harness/noisescenario/noisescenario
test/harness/phyupstreamscenario/phyupstreamscenario
test/harness/profilescenario/profilescenario
test/harness/propagationscenario/propagationscenario
test/harness/phydownstreamspeed/phydownstreamspeed
test/harness/phyupstreamspeed/phyupstreamspeed
test/harness/filterscenario/filterscenario
# test case output
**/testcase-output.txt
# sample XML and PCR
src/agents/gpsdlocation/gpsdlocationagent.xml
src/applications/emaneeventd/eventdaemon.xml
src/applications/emaneeventservice/eventservice.xml
src/applications/emanetransportd/transportdaemon.xml
src/generators/eel/eelgenerator.xml
src/models/mac/bypass/bypassmac.xml
src/models/mac/bypass/bypassnem.xml
src/models/mac/ieee80211abg/ieee80211abgmac.xml
src/models/mac/ieee80211abg/ieee80211abgnem.xml
src/models/mac/ieee80211abg/ieee80211pcr.xml
src/models/mac/rfpipe/rfpipemac.xml
src/models/mac/rfpipe/rfpipenem.xml
src/models/mac/rfpipe/rfpipepcr.xml
src/models/phy/bypass/bypassphy.xml
src/models/shim/commeffect/commeffectfilters.xml
src/models/shim/commeffect/commeffectnem.xml
src/models/shim/commeffect/commeffectshim.xml
src/models/shim/phyapitest/phyapitestshim.xml
src/models/shim/timinganalysis/timinganalysisshim.xml
src/transports/raw/transraw.xml
src/transports/virtual/transvirtual.xml
src/models/mac/tdma/eventscheduler/tdmanem.xml
src/models/mac/tdma/eventscheduler/tdmaradiomodel.xml