From 89980b2c6506b5f2d33f8d74bfc14d28b730f628 Mon Sep 17 00:00:00 2001 From: Chris Erin and Jack Christensen Date: Wed, 29 Jun 2016 15:05:34 -0500 Subject: [PATCH] Fix .gitignore for necessary but empty dirs --- bin/.gitignore | 2 ++ go/bin/.gitignore | 2 ++ go/pkg/.gitignore | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 bin/.gitignore create mode 100644 go/bin/.gitignore create mode 100644 go/pkg/.gitignore diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/go/bin/.gitignore b/go/bin/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/go/bin/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/go/pkg/.gitignore b/go/pkg/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/go/pkg/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore