From 663ecb6ce95ede55ae92f4e79b1944e478e995eb Mon Sep 17 00:00:00 2001 From: Michael Pope Date: Tue, 5 Mar 2013 10:58:33 +1030 Subject: [PATCH] Add test/data/.gitignore so that test/data exists as required for SerializationTest to work. Ignore its contents. --- .gitignore | 1 - test/data/.gitignore | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 test/data/.gitignore diff --git a/.gitignore b/.gitignore index c1f66634d..49d22d70b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,4 @@ nbproject FreeCol.log FreeCol.jar src/MANIFEST.MF -test/data build/ diff --git a/test/data/.gitignore b/test/data/.gitignore new file mode 100644 index 000000000..53bbe8d47 --- /dev/null +++ b/test/data/.gitignore @@ -0,0 +1,8 @@ +# This directory is here because SerializationTest needs somewhere harmless +# to write its files to. +# +# This file is here because git does not allow you to commit an empty directory. +# +# Ignore everything except this file +* +!.gitignore