Skip to content

Commit

Permalink
gitignore: fix typo
Browse files Browse the repository at this point in the history
The comma looks like it is meant
to be a period.
  • Loading branch information
pjonsson authored and omad committed May 22, 2024
1 parent a098eda commit 9d9a163
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 @@ -42,7 +42,7 @@ htmlcov/
.cache
nosetests.xml
coverage.xml
*,cover
*.cover
.hypothesis

# Translations
Expand Down

0 comments on commit 9d9a163

Please sign in to comment.