From 1e6abeeaf3a459bf2e634575e30e62d499693916 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 14 Aug 2017 12:23:27 -0700 Subject: [PATCH] .gitignore for obj/ --- obj/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 obj/.gitignore diff --git a/obj/.gitignore b/obj/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/obj/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore