diff --git a/.gitignore b/.gitignore index a2b163b..77c1893 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ local-data pgloader.html pgloader.pdf +debian/home/ debian/pgloader.debhelper.log debian/pgloader.substvars debian/pgloader/ @@ -16,4 +17,5 @@ web/howto/quickstart.html web/howto/sqlite.html .DS_Store system-index.txt -docs/_build \ No newline at end of file +buildapp.log +docs/_build diff --git a/Makefile b/Makefile index f5474e3..613398e 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ DEBUILD_ROOT = /tmp/pgloader all: $(PGLOADER) clean: - rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) docs/_build + rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) buildapp.log docs/_build $(QLDIR)/local-projects/qmynd: git clone --depth 1 https://github.com/qitab/qmynd.git $@