Ignore some Debian build artifacts

This commit is contained in:
Christoph Berg 2022-06-23 16:08:36 +02:00
parent 8451ca5158
commit b54ed07175
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -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
buildapp.log
docs/_build

View File

@ -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 $@