Skip to content

Commit 1de6643

Browse files
committed
Update .gitignore
1 parent 5339e5e commit 1de6643

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.gitignore

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,40 @@
1+
.eggs
12
build
23
dist
3-
.eggs
44
*.egg-info
55
*.pyc
66
*.pyd
77
*.so
8-
*.c
9-
10-
doc/build
11-
doc/source/_autosummary
128

139
htmlcov
10+
.cache
1411
.coverage
1512
.pytest_cache
1613

14+
# File manager files.
1715
.gdb_history
1816
.DS_Store
1917
.DS_Store?
2018
ehthumbs.db
2119
Icon?
2220
Thumbs.db
2321

22+
# Temporary files.
2423
.#*
2524
[#]*#
2625
*~
2726
*$
2827
*.bak
28+
29+
# IDE files.
2930
.project
3031
.pydevproject
3132
.vscode
3233

3334
# Things specific to this project.
34-
examples/*.png
3535
*.pickle
36-
doc/examples
37-
doc/_templates/gallery.html
38-
doc/users/installing.rst
39-
doc/_static/matplotlibrc
36+
examples/*.png
37+
packages/basemap/doc/examples
38+
packages/basemap/doc/users/installing.rst
39+
packages/basemap/doc/_static/matplotlibrc
40+
packages/basemap/doc/_templates/gallery.html

0 commit comments

Comments
 (0)