summaryrefslogtreecommitdiffstats
path: root/conf/gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'conf/gitignore')
-rw-r--r--conf/gitignore/Ruby18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/gitignore/Ruby b/conf/gitignore/Ruby
new file mode 100644
index 0000000000..eb76b24855
--- /dev/null
+++ b/conf/gitignore/Ruby
@@ -0,0 +1,18 @@
+*.gem
+*.rbc
+.bundle
+.config
+coverage
+InstalledFiles
+lib/bundler/man
+pkg
+rdoc
+spec/reports
+test/tmp
+test/version_tmp
+tmp
+
+# YARD artifacts
+.yardoc
+_yardoc
+doc/ \ No newline at end of file