From 94675634c100f3cf8bb2e828cc635ae99da7c94a Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Mon, 9 Aug 2010 23:32:37 +1000 Subject: [PATCH] obj/ and out/ must both exist, but we don't care whats in them. --- obj/.gitignore | 1 + out/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 obj/.gitignore create mode 100644 out/.gitignore diff --git a/obj/.gitignore b/obj/.gitignore new file mode 100644 index 00000000..72e8ffc0 --- /dev/null +++ b/obj/.gitignore @@ -0,0 +1 @@ +* diff --git a/out/.gitignore b/out/.gitignore new file mode 100644 index 00000000..72e8ffc0 --- /dev/null +++ b/out/.gitignore @@ -0,0 +1 @@ +*