[PATCH v4 12/13] test: commit folders-v1.tar.xz checksum, ignore actual databases
Jani Nikula
jani at nikula.org
Sun Mar 9 14:40:33 PDT 2014
From: David Bremner <david at tethera.net>
The checksum file is used by the test infrastructure to verify the downloaded
test database is the one we had in mind. Note that this test is
rather strict, and the the checksum file needs to be recommitted when
the database is regenerated.
add a pattern .gitignore to ignore the actual databases
---
test/test-databases/.gitignore | 1 +
test/test-databases/folders-v1.tar.xz.sha256 | 1 +
2 files changed, 2 insertions(+)
create mode 100644 test/test-databases/.gitignore
create mode 100644 test/test-databases/folders-v1.tar.xz.sha256
diff --git a/test/test-databases/.gitignore b/test/test-databases/.gitignore
new file mode 100644
index 000000000000..b5624b74f804
--- /dev/null
+++ b/test/test-databases/.gitignore
@@ -0,0 +1 @@
+*.tar.xz
diff --git a/test/test-databases/folders-v1.tar.xz.sha256 b/test/test-databases/folders-v1.tar.xz.sha256
new file mode 100644
index 000000000000..01ad79db454f
--- /dev/null
+++ b/test/test-databases/folders-v1.tar.xz.sha256
@@ -0,0 +1 @@
+ace8a61216756b90a421e23d03910e1228bcb910e197c35e51e29f2cf57b37d9 folders-v1.tar.xz
--
1.9.0
More information about the notmuch
mailing list