Update .gitignore file for venv and nosetests.

pull/17/head
Richard Harding 12 years ago
parent 4376eedc13
commit 82804b664d

9
.gitignore vendored

@ -1,4 +1,11 @@
*.pyc
*.egg-info
build
dist
readability_lxml.egg-info
/bin
/include
/lib
/local
/man
nosetests.xml
.coverage

@ -28,7 +28,11 @@ bin/python:
.PHONY: clean_venv
clean_venv:
<<<<<<< HEAD
rm -rf bin include lib local man
=======
rm -rf lib include local bin man
>>>>>>> 521eea5... ls
develop: lib/python*/site-packages/bookie-api.egg-link
lib/python*/site-packages/bookie-api.egg-link:

Loading…
Cancel
Save