Remove patterns covered by other templates

Remove redundant patterns, and patterns for generic backups, version
control dirs, IDEs, OSX.
This commit is contained in:
Jean Jordaan 2013-11-12 14:24:09 +07:00
parent 8646963bba
commit 930f476c37
1 changed files with 0 additions and 15 deletions

View File

@ -1,4 +1,3 @@
*~
*.pyc *.pyc
*.pyo *.pyo
*.tmp* *.tmp*
@ -7,17 +6,8 @@
*.EGG *.EGG
*.egg-info *.egg-info
*.EGG-INFO *.EGG-INFO
*.kpf
*.sw? *.sw?
*.wpr
.*.cfg .*.cfg
.installed.cfg
.mr.developer.cfg
.hg/
.bzr/
.svn/
.project
.pydevproject
bin/ bin/
build/ build/
develop-eggs/ develop-eggs/
@ -27,8 +17,3 @@ fake-eggs/
parts/ parts/
dist/ dist/
var/ var/
# OSX
.DS_Store