Skip to content

Commit

Permalink
Ignore all *.egg-info/ directories (#402)
Browse files Browse the repository at this point in the history
Now, even the `pypandoc_binary.egg-info/` directory is ignored.
  • Loading branch information
kurtmckee authored Feb 27, 2025
1 parent 246aca5 commit de4d9fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*.swp
*.pyc
dist/
pypandoc.egg-info/
*.egg-info/
.tox/

# Generated by the test suite
Expand Down

0 comments on commit de4d9fb

Please sign in to comment.