v0.4.60: fixed bug when using ip profiles in openstack, improved logs in case od...
[osm/RO.git] / .gitignore-common
1 ##
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
24
25 *.pyc         
26
27 #auto-ignore
28 .gitignore
29
30 #logs of openmano
31 logs 
32
33 #pycharm
34 .idea
35
36 #eclipse
37 .project     
38 .pydevproject
39 .settings
40
41 #local stuff files that end in ".local" or folders called "local"
42 *.local
43 vnfs/*.local
44 test/*.local
45 scenarios/*.local
46 instance-scenarios/*.local
47 database_utils/*.local
48 scripts/*.local
49 local
50 vnfs/local
51 test/local
52 scenarios/local
53 instance-scenarios/local
54 database_utils/local
55 scripts/local
56