blob: 77f6798d242e611ef57952587b73248b711556c3 [file] [log] [blame]
garciadeblasedca7b32016-09-29 14:01:52 +00001##
2# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U.
3# 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
garciadeblased746032017-01-05 11:58:41 +010025*.pyc
26*.pyo
tierno40780732016-09-28 09:37:00 +000027
28#auto-ignore
29.gitignore
30
31#logs of openmano
32logs
33
garciadeblasedca7b32016-09-29 14:01:52 +000034#pycharm
tierno40780732016-09-28 09:37:00 +000035.idea
36
garciadeblasedca7b32016-09-29 14:01:52 +000037#eclipse
tierno40780732016-09-28 09:37:00 +000038.project
39.pydevproject
40.settings
41
42#local stuff files that end in ".local" or folders called "local"
43*.local
44vnfs/*.local
45test/*.local
46scenarios/*.local
47instance-scenarios/*.local
48database_utils/*.local
49scripts/*.local
50local
51vnfs/local
52test/local
53scenarios/local
54instance-scenarios/local
55database_utils/local
56scripts/local
garciadeblasedca7b32016-09-29 14:01:52 +000057