-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitignore
53 lines (53 loc) · 953 Bytes
/
.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
.rej
.orig
.o
build-dir
build
testpy-output
doc/html
doc/latex
doc/ns3-object.txt
.lock-waf_darwin_build
.lock-waf_linux2_build
.lock-waf_cygwin_build
.lock-waf_freebsd7_build
.lock-waf_freebsd8_build
.lock-waf_freebsd9_build
.waf*
doc/introspected-doxygen\.h
*.pyc
*.pyo
*.pcap
Dl*.txt
Ul*.txt
.cproject
.project
.settings
netanim-3.107/*.cpp
netanim-3.107/Makefile
netanim-3.107/*.o
netanim-3.107/NetAnim
netanim-3.107/*.moc
*.xml
outputs/*
ns-3.26/scratch/ann_in_css/PUs/*.tr
ns-3.26/scratch/ann_in_css/SUs/*.tr
bin
#\.mob$
#\.routes$
#^doc/doxygen.log$
#^doc/doxygen.warnings.log$
#^doc/(manual|models|tutorial|tutorial-pt-br)/build
#^doc/(manual|models|tutorial|tutorial-pt-br)/figures/.*\.(eps|pdf|png)$
#^doc/models/source-temp
#^doc/ns3_html_theme/static/ns3_version.js$
#^src/.*/doc/build
#^src/.*/doc/source/figures/.*\.(eps|pdf)$
#^src/.*/doc/.*\.png
#^bindings/python/pybindgen/
#ms_print.*
#massif.*
#\.patch$
#\.diff$
#\.tr$
#\#[^\#/]+\#$