diff options
author | Emilien Macchi <emilien.macchi@enovance.com> | 2015-02-02 11:39:21 -0500 |
---|---|---|
committer | Emilien Macchi <emilien.macchi@enovance.com> | 2015-02-02 11:39:21 -0500 |
commit | 37ddc04170fd09ff2899a265ddefb637ec6f8cd0 (patch) | |
tree | d7374bf7d43a94b9c4787d9d1918267a16711c7b /.gitignore | |
parent | bf1685633f0ee31c7a5df8fe858867c3c6fecb5b (diff) |
Add basic structure for a Puppet module
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9897b6f --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.swp +spec/fixtures/modules/* +pkg +Gemfile.lock +.vagrant/* |