Add gitignore
This commit is contained in:
parent
37abe2a4d1
commit
d079783d15
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal 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/
|
||||||
Loading…
Reference in New Issue
Block a user