From 246d6aaf08730daef64837229f055e0c6c47a9d0 Mon Sep 17 00:00:00 2001 From: Tim Allen Date: Tue, 28 Dec 2010 12:57:58 +1100 Subject: [PATCH] Add .gitignore files to populate obj/ and out/ --- 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 @@ +*