Skip to content

Commit

Permalink
Added gitignore files for pyc, pyo and emacs tmp save files.
Browse files Browse the repository at this point in the history
  • Loading branch information
OniOni committed May 14, 2012
1 parent f4002bd commit c4f627d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@
#pyc files
*.pyc
*.pyo

#emacs save files
*\.#*

0 comments on commit c4f627d

Please sign in to comment.