-
Notifications
You must be signed in to change notification settings - Fork 34
/
.gitignore
90 lines (77 loc) · 1.38 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
### PYTHON IGNORES ###
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
#Translations
*.mo
#Mr Developer
.mr.developer.cfg
### C IGNORES ###
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.out
*.app
# various built ms2gt files
ms2gt/src/fornav/fornav
ms2gt/src/grid_convert/grid_convert
ms2gt/src/gridsize/gridsize
ms2gt/src/ll2cr/ll2cr
ms2gt/src/ll2xy/ll2xy
ms2gt/src/lle2cre/lle2cre
ms2gt/src/mapx/trunk/cdb_edit
ms2gt/src/mapx/trunk/cdb_list
ms2gt/src/mapx/trunk/crtest
ms2gt/src/mapx/trunk/gacct
ms2gt/src/mapx/trunk/gridloc
ms2gt/src/mapx/trunk/gtest
ms2gt/src/mapx/trunk/irregrid
ms2gt/src/mapx/trunk/macct
ms2gt/src/mapx/trunk/mapenum
ms2gt/src/mapx/trunk/mtest
ms2gt/src/mapx/trunk/regrid
ms2gt/src/mapx/trunk/resamp
ms2gt/src/mapx/trunk/ungrid
ms2gt/src/mapx/trunk/wdbtocdb
ms2gt/src/mapx/trunk/xytest
ms2gt/src/projection/projection
ms2gt/src/utils/apply_mask
ms2gt/src/utils/extract_region
ms2gt/src/utils/insert_region
ms2gt/src/utils/make_mask
ms2gt/src/xy2ll/xy2ll
# PyCharm configs
.idea
# Example images should not be added to the repository
doc/source/_static/example_images
doc/source/dev_guide/api/*.rst
doc/source/grids_list.rst