Merge "Tools: Improve Stability."
[vswitchperf.git] / .gitignore
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4 *.confc
5
6 # C extensions
7 *.so
8
9 # Distribution / packaging
10 .Python
11 env/
12 build/
13 develop-eggs/
14 dist/
15 eggs/
16 lib64/
17 parts/
18 sdist/
19 var/
20 *.egg-info/
21 .installed.cfg
22 *.egg
23
24 # PyInstaller
25 #  Usually these files are written by a python script from a template 
26 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
27 *.manifest
28 *.spec
29
30 # Installer logs
31 pip-log.txt
32 pip-delete-this-directory.txt
33
34 # Unit test / coverage reports
35 htmlcov/
36 .tox/
37 .coverage
38 .cache
39 nosetests.xml
40 coverage.xml
41
42 # Translations
43 *.mo
44 *.pot
45
46 # Log files:
47 *.log
48
49 # Sphinx documentation
50
51 # PyBuilder
52 target/
53
54 # SublimeText
55 *.sublime-project
56 *.sublime-workspace
57
58 *~
59 .*.sw?
60 /docs_output/
61 /releng/
62 /src/dpdk/dpdk/
63 /src/ovs/ovs/
64 /src/qemu/qemu/
65 /src/vpp/vpp/
66 /src_cuse/
67 /src_vanilla/
68 /src/trex/trex
69 .vagrant
70 tags
71
72 # Ignore all files in l2fwd except those prefaced by "!"
73 /src/l2fwd
74 !/src/l2fwd/gen_debian_package.sh
75 !/src/l2fwd/l2fwd.c
76 !/src/l2fwd/LICENSE.txt
77 !/src/l2fwd/Makefile
78
79 docs/_build/*