blob: 609762b1186140f7e0426cc09119f46f1f1a792b [file] [log] [blame]
tierno5c012612018-04-19 16:01:59 +02001# This is a template with common files to be igonored, after clone make a copy to .gitignore
2# cp .gitignore-common .gitignore
3
4*.pyc
5*.pyo
6
7#auto-ignore
8.gitignore
9
10#logs
11logs
12
13#pycharm
14.idea
15
16#eclipse
17.project
18.pydevproject
19.settings
20
21#local stuff files that end in ".local" or folders called "local"
22*.local
23osm_common/local
24osm_common/test/local
25
26#local stuff files that end in ".temp" or folders called "temp"
27*.temp
28osm_common/temp
29osm_common/test/temp
30
31#distribution and package generation
32build
33dist
34*.egg-info
tiernob20a9022018-05-22 12:07:05 +020035*.egg-info
36.eggs
tierno5c012612018-04-19 16:01:59 +020037