clean gitignore

people should be encouraged to use a global gitignore file.
https://help.github.com/articles/ignoring-files/

related to #1007
This commit is contained in:
Benoit Chesneau 2015-05-12 06:20:15 +02:00
parent a7354cf8fe
commit 4185b2bd27

7
.gitignore vendored
View File

@ -1,17 +1,10 @@
*.gem
*.sw*
*.pyc *.pyc
*#*
venv*
__pycache__ __pycache__
MANIFEST MANIFEST
build build
dist dist
setuptools-* setuptools-*
.svn/*
.DS_Store
*.so *.so
.Python
*.egg *.egg
*.egg-info *.egg-info
nohup.out nohup.out