forked from SciTools/cartopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
48 lines (41 loc) · 914 Bytes
/
.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
# standard python ignores
*.py[co]
build
docs/build
# cartopy build files
lib/cartopy/trace.cpp
lib/cartopy/trace.so
lib/cartopy/trace.*.so
lib/cartopy/trace.pyd
lib/cartopy/_crs.c
lib/cartopy/_crs.so
lib/cartopy/_crs.*.so
lib/cartopy/_crs.pyd
lib/cartopy/geodesic/_geodesic.c
lib/cartopy/geodesic/_geodesic.so
lib/cartopy/geodesic/_geodesic.*.so
lib/cartopy/geodesic/_geodesic.pyd
docs/build
lib/cartopy/tests/mpl/output/
docs/source/cartopy_outline.rst
docs/source/examples
docs/source/gallery.rst
# some data files:
lib/cartopy/data/SRTM3
lib/cartopy/data/gshhs
lib/cartopy/data/shapefiles
# some configuration files which aren't part of cartopy repo
lib/cartopy/tests/.pep8_test_exclude.txt
lib/cartopy/siteconfig.py
# pydev files
.project
.pydevproject
# Created by editors
*~
\#*
\.\#*
*.swp
# Operating system files
\.DS_Store
# Egg that gets created with 'pip install -v -e .'
lib/Cartopy.egg-info/