diff options
author | mail_redacted_for_web | 2015-10-22 15:48:06 -0700 |
---|---|---|
committer | mail_redacted_for_web | 2015-10-22 15:48:06 -0700 |
commit | baf376d30fc851cb401b7852dfd262b926c5ba0d (patch) | |
tree | ca480e92ee8f4236f788fba6316f910404b77e3f | |
parent | ac0f1b0cdc7f0a6dff8e2922f12e6af6f1dc986c (diff) | |
download | control-repo-template-baf376d30fc851cb401b7852dfd262b926c5ba0d.tar.bz2 |
add .gitignore to ignore my example hiera file
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..897fdc4 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +hieradata/nodes/example-puppet-master.yaml |