From d8a6bf184990044bff95ab71cc6a72ae40867c62 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Tue, 5 Nov 2013 23:46:27 +0100 Subject: [PATCH] Force adding an empty build/ directory in the git tree. --- .gitignore | 1 - build/.gitignore | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 build/.gitignore diff --git a/.gitignore b/.gitignore index e940a57..1b9245b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ local-data pgloader.1 pgloader.html pgloader.pdf -build/ diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000..86d0cb2 --- /dev/null +++ b/build/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file