Skip to content

Commit

Permalink
Add chefignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Fitzgerald committed Nov 15, 2012
1 parent 56aea46 commit a27975a
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions chefignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Put files/directories that should be ignored in this file.
# Lines that start with '# ' are comments.

## OS
.DS_Store
Icon?
nohup.out

## EDITORS
\#*
.#*
*~
*.sw[a-z]
*.bak
REVISION
TAGS*
tmtags
*_flymake.*
*_flymake
*.tmproj
.project
.settings
mkmf.log

## COMPILED
a.out
*.o
*.pyc
*.so

## OTHER SCM
*/.bzr/*
*/.hg/*
*/.svn/*

## Don't send rspecs up in cookbook
.watchr
.rspec
spec/*
spec/fixtures/*
features/*

## SCM
.gitignore

# Berkshelf
Berksfile
Berksfile.lock
cookbooks/*

# Vagrant
.vagrant

0 comments on commit a27975a

Please sign in to comment.