While main NS-3 repository [1] uses Mercurial, NS-3 also has official [2] git mirror [3]. Added .gitignore replicates current .hgignore, also taking advantage of the ability to split it into multiple files. [1] http://code.nsnam.org/ns-3-dev/ [2] https://www.nsnam.org/wiki/HOWTO_use_Git_instead_of_Mercurial [3] https://github.com/nsnam/ns-3-dev-git
38 lines
286 B
Plaintext
38 lines
286 B
Plaintext
*.diff
|
|
*.orig
|
|
*.patch
|
|
*.rej
|
|
|
|
*.o
|
|
*.pyc
|
|
*.pyo
|
|
|
|
*.cwnd
|
|
*.dat
|
|
*.log
|
|
*.mob
|
|
*.pcap
|
|
*.plt
|
|
*.routes
|
|
*.tr
|
|
[D|U]l[A-Z][a-z]*Stats.txt
|
|
seventh-packet-byte-count.png
|
|
|
|
\#*#
|
|
~*
|
|
|
|
testpy-output
|
|
|
|
bindings/python/pybindgen/
|
|
|
|
ms_print.*
|
|
massif.*
|
|
coverity
|
|
TAGS
|
|
|
|
.lock-waf_*_build
|
|
.waf*
|
|
|
|
build-dir/
|
|
build/
|