From d079783d15630b59d99ba2707c56d88e2304f2fb Mon Sep 17 00:00:00 2001 From: Ruben Bosch Date: Tue, 4 Jun 2019 23:16:58 +0200 Subject: [PATCH] Add gitignore --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f5efb3 --- /dev/null +++ b/.gitignore @@ -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/