We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4376eed commit 82804b6Copy full SHA for 82804b6
2 files changed
.gitignore
@@ -1,4 +1,11 @@
1
*.pyc
2
+*.egg-info
3
build
4
dist
-readability_lxml.egg-info
5
+/bin
6
+/include
7
+/lib
8
+/local
9
+/man
10
+nosetests.xml
11
+.coverage
Makefile
@@ -28,7 +28,11 @@ bin/python:
28
29
.PHONY: clean_venv
30
clean_venv:
31
+<<<<<<< HEAD
32
rm -rf bin include lib local man
33
+=======
34
+ rm -rf lib include local bin man
35
+>>>>>>> 521eea5... ls
36
37
develop: lib/python*/site-packages/bookie-api.egg-link
38
lib/python*/site-packages/bookie-api.egg-link:
0 commit comments