Skip to content

Commit

Permalink
more minimal .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ploxiln committed Jun 6, 2018
1 parent 2473df6 commit 6bf8078
Showing 1 changed file with 8 additions and 29 deletions.
37 changes: 8 additions & 29 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,11 @@
*~
# python
*.pyc
*.pyo
*.pyt
*.pytc
*.egg
.DS_Store

# pypi
/dist/
/build/

# emacs, vim
*~
.*.swp
Fabric3.egg-info
.coverage
docs/_build
dist
build/
tags
TAGS
.tox
tox.ini
.idea/
sites/*/_build
/env/
/env3/
/include/
/lib/
/local/
/bin/
/man/
/py3/
/py2/
/src/
/Makefile
/venvs/
/.eggs/

0 comments on commit 6bf8078

Please sign in to comment.