Skip to content

Commit

Permalink
add pyc to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
HFN committed Jul 21, 2017
1 parent 829f925 commit 79cd380
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyc
*$py.class

# C extensions
Expand Down Expand Up @@ -217,4 +218,4 @@ atlassian-ide-plugin.xml
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
fabric.properties

0 comments on commit 79cd380

Please sign in to comment.