From cf7ad1352f158fbfdabe02e6361f17f4fda99109 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Fri, 29 Apr 2011 16:28:28 -0600 Subject: [PATCH] Add chefignore file. * http://www.opscode.com/blog/2011/04/29/chef-0-10-preview-chefignore/ --- chefignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 chefignore diff --git a/chefignore b/chefignore new file mode 100644 index 000000000..ba30af6cf --- /dev/null +++ b/chefignore @@ -0,0 +1,11 @@ +# Put files/directories that should be ignored in this file. +# Lines that start with '# ' are comments. + +# emacs +*~ + +# vim +*.sw[a-z] + +# subversion +*/.svn/*