Add gitignore

This commit is contained in:
Ruben Bosch 2019-06-04 23:16:58 +02:00
parent 37abe2a4d1
commit d079783d15
No known key found for this signature in database
GPG Key ID: 50A7118A59880ACE

33
.gitignore vendored Normal file
View File

@ -0,0 +1,33 @@
.rspec
results
tags
.*.sw[op]
test.pp
# YARD generated documentation
.yardoc
/doc
# Now that there is a gemfile, RVM ignores rvmrc in parent directories, so a local one is required
# to work around that. Which we don't want committed, so we can ignore it here.
/.rvmrc
.bundle/
.byebug_history
/ext/packaging/
/pkg/
Gemfile.lock
Gemfile.local
Guardfile
puppet-acceptance/
/.project
.ruby-version
.ruby-gemset
/acceptance/junit
/acceptance/log
/acceptance/.beaker
# emacs backup files
*~
/*.samples
coverage/
# Files and directory added by RubyMine IDE
*.iml
.rakeTasks
.idea/