blob: 4a339f3e28aa73a3bc8d820244c129fd6eedefc1 [file] [log] [blame]
tierno2e215512018-11-28 09:37:52 +00001##
2# Licensed under the Apache License, Version 2.0 (the "License"); you may
3# not use this file except in compliance with the License. You may obtain
4# a copy of the License at
5#
6# http://www.apache.org/licenses/LICENSE-2.0
7#
8# Unless required by applicable law or agreed to in writing, software
9# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
10# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
11# License for the specific language governing permissions and limitations
12# under the License.
13##
14
tiernoc0e42e22018-05-11 11:36:10 +020015# This is a template with common files to be igonored, after clone make a copy to .gitignore
16# cp .gitignore-common .gitignore
17
18*.pyc
19*.pyo
20
21#auto-ignore
22.gitignore
23
24#logs
25logs
26
27#pycharm
28.idea
29
30#eclipse
31.project
32.pydevproject
33.settings
34
35#local stuff files that end in ".local" or folders called "local"
36local
tierno51d065c2019-08-26 16:48:23 +000037osm_lcm/local
38osm_lcm/test/local
tiernoc0e42e22018-05-11 11:36:10 +020039
40#local stuff files that end in ".temp" or folders called "temp"
41*.temp
tierno51d065c2019-08-26 16:48:23 +000042osm_lcm/temp
43osm_lcm/test/temp
tiernoc0e42e22018-05-11 11:36:10 +020044
45#distribution and package generation
46build
47dist
48*.egg-info
tiernofa66d152018-08-28 10:13:45 +000049.eggs
tiernoc0e42e22018-05-11 11:36:10 +020050