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

Ignore .pyd files #2626

Merged
merged 1 commit into from
Mar 14, 2020
Merged

Ignore .pyd files #2626

merged 1 commit into from
Mar 14, 2020

Conversation

lilyminium
Copy link
Member

Fixes #

Ignore the generated .pyd files in #2620. I guess no one has tried developing MDAnalysis on Windows before.

Changes made in this Pull Request:

  • Added .pyd files to .gitignore
--- *.py[c|o]
+++ *.py[cod]

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

@codecov
Copy link

codecov bot commented Mar 14, 2020

Codecov Report

Merging #2626 into develop will increase coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #2626   +/-   ##
========================================
  Coverage    90.71%   90.71%           
========================================
  Files          174      174           
  Lines        23549    23555    +6     
  Branches      3072     3073    +1     
========================================
+ Hits         21363    21369    +6     
  Misses        1565     1565           
  Partials       621      621           
Impacted Files Coverage Δ
util.py 88.08% <0.00%> (-0.02%) ⬇️
package/MDAnalysis/lib/util.py 88.25% <0.00%> (-0.02%) ⬇️
package/MDAnalysis/coordinates/XDR.py 98.42% <0.00%> (+0.10%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53ccf6d...01e006b. Read the comment docs.

@richardjgowers richardjgowers merged commit 95d1909 into MDAnalysis:develop Mar 14, 2020
@RMeli RMeli mentioned this pull request Mar 15, 2020
4 tasks
@lilyminium lilyminium deleted the no-pyd branch April 14, 2020 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants