From 8e1c2c5518340d11d521848805f1d246de91ad31 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 28 Aug 2014 21:37:37 +0300 Subject: [PATCH] Remove host_vars/.gitignore I'll just use ansible-vault and encrypt it instead. If I had more host_vars this would suck, as you can't grep the vars there... Signed-off-by: Alan Orth --- host_vars/.gitignore | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 host_vars/.gitignore diff --git a/host_vars/.gitignore b/host_vars/.gitignore deleted file mode 100644 index 5e7d273..0000000 --- a/host_vars/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore