From b6606421019daebbe62645c2dbc2fcdd0f32c1e2 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 1 Mar 2014 19:22:59 -0400 Subject: test: commit database checksum, ignore actual databases 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 + 1 file changed, 1 insertion(+) create mode 100644 test/test-databases/.gitignore (limited to 'test/test-databases/.gitignore') diff --git a/test/test-databases/.gitignore b/test/test-databases/.gitignore new file mode 100644 index 00000000..b5624b74 --- /dev/null +++ b/test/test-databases/.gitignore @@ -0,0 +1 @@ +*.tar.xz -- cgit v1.2.3