forked from Unipisa/Simu5G
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
128 lines (117 loc) · 1.62 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
# ignore generated files
doc/src/showcases
doc/src/_build
src/Makefile
*_m.h
*_m.cc
*_sm.h
*_sm.cc
.oppfeaturestate
.nedexclusions
.pydevproject
.pydevproject
.vscode/*
precompiled_*.h.*
**/__pycache__
# output and result files
.settings/
.ccls-cache/
/doc/doxy/
/doc/neddoc/
/examples/*/results/
/examples/*/*/results/
/examples/*/*/*/results/
/examples/*/cache/
/examples/*/*/cache/
/tutorials/*/cache/
/tutorials/*/data/
/tests/*/work/
/tests/*/*/work/
/tests/*/results*/
/tests/fingerprint/SelfDoc.xml
*.log
*.sim
*.pyc
*.pcap
*.sca
*.vec
*.vci
*.aux
*.bbl
*.blg
*.idx
*.toc
*.pdf
*.ilg
*.ind
*.mk
*.synctex.gz
.buildlog*
compile_commands.json
err/
src/err
# ignore binary files
out/
*.so
*.dylib
*.dll
*.a
*.lib
*.exe
*.o
*.obj
*.pdb
*.idb
*.manifest
.qtenv.ini
.qtenvrc
.tkenvrc
.tkenvlog
.cmdenv-log
netanim-trace.txt
*.out
# ignore backup and temp files
*.UPDATED
*.FAILED
*.ERROR
*.bak
backups
*~
*.log
xxx
/tmp/
/.computed/
*.DS_Store
*.FAILED
*.UPDATED
*.ERROR
.cproject
.project
# ignore result folders
/simulations/gtpNetwork/ResultLteCoreNetwork/
/simulations/*/results*/
/simulations/*/*/results*/
/simulations/*/*/*/results*/
/simulations/*/scenario*/
/simulations/*/eval*/
*.cmdenv-log
*.rt
*.elog
/simulations/*/*/stats*/
/simulations/*/*/positions*/
/simulations/*/*/outLogs*/
/simulations/*/*/scripts/plots*/
/simulations/*/*/plots*/
/simulations/*/*/timeResults*/
/simulations/*/*/routing*/bkUe?.mrt
/simulations/*/*/routing*/bkUe??.mrt
/simulations/*/*/routing*/bkUe???.mrt
/emulation/*/results*/
/emulation/*/plots*/
/emulation/*/stats*/test*/
vim files
*.swp
*.swo
.qtenvrc.*
# files for performance evaluation
*.ipynb