blob: 85235b2f27a1287dddf12677d2761e2af6c562e6 [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/
26.coverage
27
garciadeblased746032017-01-05 11:58:41 +010028*.pyc
29*.pyo
tierno40780732016-09-28 09:37:00 +000030
31#auto-ignore
32.gitignore
33
34#logs of openmano
35logs
36
garciadeblasedca7b32016-09-29 14:01:52 +000037#pycharm
tierno40780732016-09-28 09:37:00 +000038.idea
39
garciadeblasedca7b32016-09-29 14:01:52 +000040#eclipse
tierno40780732016-09-28 09:37:00 +000041.project
42.pydevproject
43.settings
44
45#local stuff files that end in ".local" or folders called "local"
46*.local
47vnfs/*.local
48test/*.local
49scenarios/*.local
50instance-scenarios/*.local
51database_utils/*.local
52scripts/*.local
53local
54vnfs/local
55test/local
56scenarios/local
57instance-scenarios/local
58database_utils/local
59scripts/local
garciadeblasedca7b32016-09-29 14:01:52 +000060