From 71de17b0452821bf83e7f4c8b305d332ab87f7ba Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Wed, 5 Jun 2019 12:22:19 -0600 Subject: [PATCH] Add empty directories that were in svn repo --- diagnostics/.gitignore | 4 ++++ dmoore_params/.gitignore | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 diagnostics/.gitignore create mode 100644 dmoore_params/.gitignore diff --git a/diagnostics/.gitignore b/diagnostics/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/diagnostics/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/dmoore_params/.gitignore b/dmoore_params/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/dmoore_params/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore