summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-05 13:54:15 +0200
committerMS <ms@taler.net>2020-10-05 13:54:15 +0200
commit38151819caf7e6a02d633a795b9223f724bef62c (patch)
tree6d212582ad2149c563a99617ef577b0ccb7834f2
parent6eccc56ffd19a34a5e39bcf59345222e56d22de6 (diff)
downloadbank-38151819caf7e6a02d633a795b9223f724bef62c.tar.gz
bank-38151819caf7e6a02d633a795b9223f724bef62c.tar.bz2
bank-38151819caf7e6a02d633a795b9223f724bef62c.zip
make dist ignore rulev0.8.0
-rw-r--r--.gitattributes1
-rw-r--r--Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index c17067a..2c13c8d 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,2 @@
bootstrap export-ignore
+/build-common export-ignore
diff --git a/Makefile b/Makefile
index 21caedf..082927f 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ clean:
.PHONY: dist
dist:
- git archive --format=tar.gz HEAD -o taler-bank.tar.gz
+ ./build-common/archive-with-submodules/git_archive_all.py taler-bank.tar.gz
.PHONY: pretty
pretty: