Add test/data/.gitignore so that test/data exists as required for SerializationTest to work. Ignore its contents.

This commit is contained in:
Michael Pope 2013-03-05 10:58:33 +10:30 committed by Mike Pope
parent cc204c4b6d
commit 663ecb6ce9
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,5 +7,4 @@ nbproject
FreeCol.log
FreeCol.jar
src/MANIFEST.MF
test/data
build/

8
test/data/.gitignore vendored Normal file
View File

@ -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