summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAdam Edwards <adamed@opscode.com>2014-05-12 20:49:54 -0700
committerAdam Edwards <adamed@opscode.com>2014-05-12 20:49:54 -0700
commit2582f58b72527246f81af2bc4913182b11a3c423 (patch)
treec1c08c74e7d7f47298ccbd2a027d0eede4c83de7 /.gitignore
downloadwmi-lite-2582f58b72527246f81af2bc4913182b11a3c423.tar.gz
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore27
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..24c49c4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,27 @@
+.autotest
+coverage
+.DS_Store
+pkg
+*/tags
+*~
+
+# you should check in your Gemfile.lock in applications, and not in gems
+Gemfile.lock
+Gemfile.local
+
+# Do not check in the .bundle directory, or any of the files inside it. Those files are specific to each particular machine, and are used to persist installation options between runs of the bundle install command.
+.bundle
+
+# ignore some common Bundler 'binstubs' directory names
+# http://gembundler.com/man/bundle-exec.1.html
+b/
+binstubs/
+
+# RVM and RBENV ruby version files
+.rbenv-version
+.rvmrc
+
+# Documentation
+_site/*
+.yardoc/
+doc/