Skip to content

Commit b54ed07

Browse files
committed
Ignore some Debian build artifacts
1 parent 8451ca5 commit b54ed07

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
local-data
33
pgloader.html
44
pgloader.pdf
5+
debian/home/
56
debian/pgloader.debhelper.log
67
debian/pgloader.substvars
78
debian/pgloader/
@@ -16,4 +17,5 @@ web/howto/quickstart.html
1617
web/howto/sqlite.html
1718
.DS_Store
1819
system-index.txt
19-
docs/_build
20+
buildapp.log
21+
docs/_build

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ DEBUILD_ROOT = /tmp/pgloader
7070
all: $(PGLOADER)
7171

7272
clean:
73-
rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) docs/_build
73+
rm -rf $(LIBS) $(QLDIR) $(MANIFEST) $(BUILDAPP) $(PGLOADER) buildapp.log docs/_build
7474

7575
$(QLDIR)/local-projects/qmynd:
7676
git clone --depth 1 https://github.com/qitab/qmynd.git $@

0 commit comments

Comments
 (0)