Skip to content

Commit de4d9fb

Browse files
authored
Ignore all *.egg-info/ directories (#402)
Now, even the `pypandoc_binary.egg-info/` directory is ignored.
1 parent 246aca5 commit de4d9fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
*.swp
33
*.pyc
44
dist/
5-
pypandoc.egg-info/
5+
*.egg-info/
66
.tox/
77

88
# Generated by the test suite

0 commit comments

Comments
 (0)