Skip to content

Commit

Permalink
do not ignore bin
Browse files Browse the repository at this point in the history
  • Loading branch information
extremeunix committed Jun 12, 2014
1 parent f0ddf64 commit 3936903
Showing 1 changed file with 5 additions and 39 deletions.
44 changes: 5 additions & 39 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,7 @@
__pycache__/
*.py[cod]

# C extensions
*.so

# Distribution / packaging
.Python
env/
bin/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
Expand All @@ -34,23 +12,11 @@ htmlcov/
nosetests.xml
coverage.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# Rope
.ropeproject

# Django stuff:
*.log
*.pot

# Sphinx documentation
docs/_build/

#IDE
.idea/

*/.DS_Store
.DS_Store
*_dev_settings.py
.vagrant/

0 comments on commit 3936903

Please sign in to comment.