8000 Update .gitignore file for venv and nosetests. · helloyingying/python-readability@82804b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82804b6

Browse files
committed
Update .gitignore file for venv and nosetests.
1 parent 4376eed commit 82804b6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.gitignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
*.pyc
2+
*.egg-info
23
build
34
dist
4-
readability_lxml.egg-info
5+
/bin
6+
/include
7+
/lib
8+
/local
9+
/man
10+
nosetests.xml
11+
.coverage

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ bin/python:
2828

2929
.PHONY: clean_venv
3030
clean_venv:
31+
<<<<<<< HEAD
3132
rm -rf bin include lib local man
33+
=======
34+
rm -rf lib include local bin man
35+
>>>>>>> 521eea5... ls
3236

3337
develop: lib/python*/site-packages/bookie-api.egg-link
3438
lib/python*/site-packages/bookie-api.egg-link:

0 commit comments

Comments
 (0)
0