blob: 9c540c2b25e55541bb324e5a5a601387b0976a50 [file] [log] [blame]
garciadeblasedca7b32016-09-29 14:01:52 +00001##
tierno92021022018-09-12 16:29:23 +02002# Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U.
garciadeblasedca7b32016-09-29 14:01:52 +00003# This file is part of openmano
4# All Rights Reserved.
5#
6# Licensed under the Apache License, Version 2.0 (the "License"); you may
7# not use this file except in compliance with the License. You may obtain
8# a copy of the License at
9#
10# http://www.apache.org/licenses/LICENSE-2.0
11#
12# Unless required by applicable law or agreed to in writing, software
13# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
14# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
15# License for the specific language governing permissions and limitations
16# under the License.
17#
18# For those usages not covered by the Apache License, Version 2.0 please
19# contact with: nfvlabs@tid.es
20##
21
22# This is a template with common files to be igonored, after clone make a copy to .gitignore
23# cp .gitignore-common .gitignore
tierno40780732016-09-28 09:37:00 +000024
Anderson Bravalheri0446cd52018-08-17 15:26:19 +010025.tox/
sousaedu96abfc22021-02-18 14:57:01 +010026venv/
27
Anderson Bravalheri0446cd52018-08-17 15:26:19 +010028.coverage
sousaedu96abfc22021-02-18 14:57:01 +010029cover
30coverage.xml
31nosetests.xml
Anderson Bravalheri0446cd52018-08-17 15:26:19 +010032
garciadeblased746032017-01-05 11:58:41 +010033*.pyc
34*.pyo
tierno40780732016-09-28 09:37:00 +000035
sousaedu96abfc22021-02-18 14:57:01 +010036*.eggs/
37*.egg-info/
38
tierno40780732016-09-28 09:37:00 +000039#auto-ignore
40.gitignore
41
42#logs of openmano
43logs
44
garciadeblasedca7b32016-09-29 14:01:52 +000045#pycharm
tierno40780732016-09-28 09:37:00 +000046.idea
47
garciadeblasedca7b32016-09-29 14:01:52 +000048#eclipse
tierno40780732016-09-28 09:37:00 +000049.project
50.pydevproject
51.settings
52
53#local stuff files that end in ".local" or folders called "local"
54*.local
55vnfs/*.local
56test/*.local
57scenarios/*.local
58instance-scenarios/*.local
59database_utils/*.local
60scripts/*.local
61local
62vnfs/local
63test/local
64scenarios/local
65instance-scenarios/local
66database_utils/local
67scripts/local
garciadeblasedca7b32016-09-29 14:01:52 +000068