We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8451ca5 commit b54ed07Copy full SHA for b54ed07
.gitignore
@@ -2,6 +2,7 @@
2
local-data
3
pgloader.html
4
pgloader.pdf
5
+debian/home/
6
debian/pgloader.debhelper.log
7
debian/pgloader.substvars
8
debian/pgloader/
@@ -16,4 +17,5 @@ web/howto/quickstart.html
16
17
web/howto/sqlite.html
18
.DS_Store
19
system-index.txt
-docs/_build
20
+buildapp.log
21
+docs/_build
Makefile
@@ -70,7 +70,7 @@ DEBUILD_ROOT = /tmp/pgloader
70
all: $(PGLOADER)
71
72
clean:
73
- rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) docs/_build
+ rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) buildapp.log docs/_build
74
75
$(QLDIR)/local-projects/qmynd:
76
git clone --depth 1 https://github.com/qitab/qmynd.git $@
0 commit comments