Skip to content

Commit

Permalink
rm all .pyc files, add .gitignore ignoring python object/bytecode, js…
Browse files Browse the repository at this point in the history
… files
  • Loading branch information
itdaniher committed Jul 6, 2011
1 parent d7865d8 commit 4b03ba8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.py[co]
auth.p
*.js
tornado/*
Binary file removed backend/gDocs/oauth1.pyc
Binary file not shown.
Binary file removed backend/gDocs/oauth2/__init__.pyc
Binary file not shown.
Binary file removed backend/gDocs/oauth2/_version.pyc
Binary file not shown.

0 comments on commit 4b03ba8

Please sign in to comment.