Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mazz committed Mar 25, 2015
1 parent bfdacb5 commit 8929826
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Directories
/data
/dist
*.egg-info
*.egg
*.EGG
*.EGG-INFO
build
develop-eggs
downloads
eggs
fake-eggs
parts
.ropeproject
.hg
.bzr
.svn
.vagrant
/include
/bin
/man
/lib
/local
/share
/download-cache
/extensions/chrome_ext/lib
/docs/_build/
.idea/

# Files
*.swp
*.pyc
*.mo
.installed.cfg
*.pyo
*.tmp*
*.mp3
*.db
*~
.coverage
.noseids
ropevim.vim
*.pid
celerybeat-schedule
*.sqlite
*.log

0 comments on commit 8929826

Please sign in to comment.