Skip to content

Commit

Permalink
add '*.pyc' to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
counterthreatunit committed Feb 1, 2019
1 parent 46e866f commit e5e88ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ res/etc/apache/apache_conf/ssl/**
__pycache__/
*.py[cod]
*$py.class
*.pyc

# C extensions
*.so
Expand Down

1 comment on commit e5e88ce

@whartond
Copy link
Contributor

Choose a reason for hiding this comment

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

superfluous addition; already covered by *.py[cod]

Please sign in to comment.