From bdb310fcd04b8b88ff7b565be52d71a98a9ab665 Mon Sep 17 00:00:00 2001 From: Morgan Langille Date: Thu, 10 Oct 2013 12:13:38 -0300 Subject: [PATCH] Add empty data directory Note that git doesn't allow the committing of empty directories, so this is overcome by placing a .gitignore file within the data directory. Former-commit-id: 310771866a48767a18b6b2654bb41d5599c5547a --- .gitignore | 1 - picrust/data/.gitignore | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 picrust/data/.gitignore diff --git a/.gitignore b/.gitignore index 8b1a4bc..d2d6f36 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -picrust/data/* *.py[cod] # C extensions diff --git a/picrust/data/.gitignore b/picrust/data/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/picrust/data/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file