View | Details | Raw Unified | Return to bug 2411
Collapse All | Expand All

(-)a/.gitignore (+37 lines)
Line 0    Link Here 
1
*.diff
2
*.orig
3
*.patch
4
*.rej
5
6
*.o
7
*.pyc
8
*.pyo
9
10
*.cwnd
11
*.dat
12
*.log
13
*.mob
14
*.pcap
15
*.plt
16
*.routes
17
*.tr
18
[D|U]l[A-Z][a-z]*Stats.txt
19
seventh-packet-byte-count.png
20
21
\#*#
22
~*
23
24
testpy-output
25
26
bindings/python/pybindgen/
27
28
ms_print.*
29
massif.*
30
coverity
31
TAGS
32
33
.lock-waf_*_build
34
.waf*
35
36
build-dir/
37
build/
(-)a/doc/.gitignore (+12 lines)
Line 0    Link Here 
1
html/
2
latex/
3
ns3-object.txt
4
introspected-doxygen.h
5
doxygen.log
6
doxygen.warnings.log
7
*/build/
8
*/figures/*.eps
9
*/figures/*.pdf
10
*/figures/*.png
11
*/source-temp/
12
ns3_html_theme/static/ns3_version.js
(-)a/src/.gitignore (+4 lines)
Line 0    Link Here 
1
*/doc/build/
2
*/doc/source/figures/*.eps
3
*/doc/source/figures/*.pdf
4
*/doc/*.png

Return to bug 2411