git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2017-11-27 19:08:54 -0500
committermail_redacted_for_web 2017-11-27 19:08:54 -0500
commit0069299d6f1add09dce494783013bb6656a9310a (patch)
tree0407261f7e6e61e9bd1e7b919c8f04d1458ecde3
parentc89b8d7ef88be84e3b8cfc98a5e2549a16781d7f (diff)
downloadcontrol-repo-template-0069299d6f1add09dce494783013bb6656a9310a.tar.bz2
Ignore modules pulled from r10k into modules/
Prior to this, modules that were deployed with r10k into the ./modules directory weren't being ignored by git. When doing local development or testing, it's nice to be able to run 'r10k puppetfile install' to pull down modules from the Puppetfile. After this commit, those modules won't be tracked by git.
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 897fdc4..52146d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-hieradata/nodes/example-puppet-master.yaml
+modules/