Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MNT: Update gitignore items #2267

Merged
merged 1 commit into from
Oct 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 6 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,13 @@ dist

# cartopy build files
lib/cartopy/_version.py
lib/cartopy/trace.cpp
lib/cartopy/trace.so
lib/cartopy/trace.*.so
lib/cartopy/trace.pyd
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be pyd files on Windows?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahh, yes. Thanks, just added *.pyd to the gitignore.

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
*.cpp
*.so
*.pyd

docs/build
lib/cartopy/tests/mpl/output/
docs/source/cartopy/examples/
docs/source/cartopy_outline.rst
docs/source/gallery
docs/source/matplotlib/coastlines.p??
docs/source/*/generated/
Expand All @@ -33,10 +24,10 @@ 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

cartopy_test_output
# Possible local downloads of these files during doc builds
ne_10m_bathymetry*


benchmarks/results/
Expand Down
Loading