mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-06 22:37:02 +02:00
Ignore some Debian build artifacts
This commit is contained in:
parent
8451ca5158
commit
b54ed07175
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
|
2
Makefile
2
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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user