Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wolever committed Nov 2, 2014
1 parent cbea1c6 commit 2102784
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
@@ -0,0 +1,21 @@
*.class
*.o
*.pyc
*.sqlite3
*.sw[op]
*~
.DS_Store
bin-debug/*
bin-release/*
bin/*
tags
*.beam
*.dump
env/
.env/
*egg-info*
misc/
dist/
Icon?
.tox
build/

0 comments on commit 2102784

Please sign in to comment.