Skip to content

Commit

Permalink
Remove *.pyc files.
Browse files Browse the repository at this point in the history
1. Add `.gitignore`.
2. Run `git rm` to remove `pyc` files.
  • Loading branch information
cyhsutw committed Mar 16, 2016
1 parent dcc5fdd commit 5f75334
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ignore all pyc files.
*.pyc

Binary file removed game/flappy_bird_utils.pyc
Binary file not shown.
Binary file removed game/wrapped_flappy_bird.pyc
Binary file not shown.

0 comments on commit 5f75334

Please sign in to comment.