CI: Pre-test stage
[osm/vim-emu.git] / .gitignore
1 # Copyright (c) 2017 SONATA-NFV and Paderborn University
2 # ALL RIGHTS RESERVED.
3
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #    http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15 #
16 # Neither the name of the SONATA-NFV, Paderborn University
17 # nor the names of its contributors may be used to endorse or promote
18 # products derived from this software without specific prior written
19 # permission.
20 #
21 # This work has been performed in the framework of the SONATA project,
22 # funded by the European Commission under Grant number 671517 through
23 # the Horizon 2020 and 5G-PPP programmes. The authors would like to
24 # acknowledge the contributions of their colleagues of the SONATA
25 # partner consortium (www.sonata-nfv.eu).
26
27 # Byte-compiled / optimized / DLL files
28 __pycache__/
29 *.py[cod]
30 *$py.class
31
32 #IDE
33 .idea/
34
35 # virtualenv
36 venv
37
38 # vagrant
39 .vagrant/
40
41 # C extensions
42 *.so
43
44 # Distribution / packaging
45 .Python
46 env/
47 build/
48 develop-eggs/
49 dist/
50 downloads/
51 eggs/
52 .eggs/
53 lib/
54 lib64/
55 parts/
56 sdist/
57 var/
58 *.egg-info/
59 .installed.cfg
60 *.egg
61
62 # PyInstaller
63 #  Usually these files are written by a python script from a template
64 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
65 *.manifest
66 *.spec
67
68 # Installer logs
69 pip-log.txt
70 pip-delete-this-directory.txt
71
72 # Unit test / coverage reports
73 htmlcov/
74 .tox/
75 .coverage
76 .coverage.*
77 .cache
78 nosetests.xml
79 coverage.xml
80 *,cover
81 .hypothesis/
82
83 # Translations
84 *.mo
85 *.pot
86
87 # Django stuff:
88 *.log
89
90 # Sphinx documentation
91 docs/_build/
92
93 # PyBuilder
94 target/
95
96 #Ipython Notebook
97 .ipynb_checkpoints
98
99 #Pytest
100 .pytest.restart
101
102 # JUnit xml
103 utils/ci/junit-xml/*.xml
104
105 # charm builds
106 examples/charms/builds/
107 examples/vnfs/**/charms/
108
109 # performance measurement results
110 examples/performance_measurements/*.csv
111 examples/autogenerated/
112 !**/.gitkeep