mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-07 14:56:59 +02:00
Ignore some Debian build artifacts
This commit is contained in:
parent
8451ca5158
commit
b54ed07175
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
local-data
|
local-data
|
||||||
pgloader.html
|
pgloader.html
|
||||||
pgloader.pdf
|
pgloader.pdf
|
||||||
|
debian/home/
|
||||||
debian/pgloader.debhelper.log
|
debian/pgloader.debhelper.log
|
||||||
debian/pgloader.substvars
|
debian/pgloader.substvars
|
||||||
debian/pgloader/
|
debian/pgloader/
|
||||||
@ -16,4 +17,5 @@ web/howto/quickstart.html
|
|||||||
web/howto/sqlite.html
|
web/howto/sqlite.html
|
||||||
.DS_Store
|
.DS_Store
|
||||||
system-index.txt
|
system-index.txt
|
||||||
|
buildapp.log
|
||||||
docs/_build
|
docs/_build
|
2
Makefile
2
Makefile
@ -70,7 +70,7 @@ DEBUILD_ROOT = /tmp/pgloader
|
|||||||
all: $(PGLOADER)
|
all: $(PGLOADER)
|
||||||
|
|
||||||
clean:
|
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:
|
$(QLDIR)/local-projects/qmynd:
|
||||||
git clone --depth 1 https://github.com/qitab/qmynd.git $@
|
git clone --depth 1 https://github.com/qitab/qmynd.git $@
|
||||||
|
Loading…
Reference in New Issue
Block a user