Skip to content

Add changes to ignore all vim temporary files #9022

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

Merged
merged 1 commit into from
Jun 26, 2020
Merged

Add changes to ignore all vim temporary files #9022

merged 1 commit into from
Jun 26, 2020

Conversation

asheux
Copy link
Contributor

@asheux asheux commented Jun 18, 2020

Vim creates a number of temporary files but the current settings in .gitignore only ignores .swp files.

  • with this change, all vim created temporary files prefixed by sw will be ignored
  • examples of potential files; swn, swo, swp, etc.

Copy link
Member

@emmatyping emmatyping left a comment

Choose a reason for hiding this comment

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

Alright, I think this looks good.

@asheux
Copy link
Contributor Author

asheux commented Jun 26, 2020

Alright, I think this looks good.

@ethanhs, is this ready to go?

@emmatyping emmatyping merged commit 8219564 into python:master Jun 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants