aboutsummaryrefslogtreecommitdiffstats
path: root/Ruby.gitignore
diff options
context:
space:
mode:
authorCarl Suster <code@contraflo.ws>2013-11-10 21:13:54 +1100
committerCarl Suster <code@contraflo.ws>2013-11-10 21:13:54 +1100
commitefd3490a54ae595bc9fa0444922a4b3c1b83a153 (patch)
tree28237c3563a53ae73172e860cd90cd5b2a1b78c1 /Ruby.gitignore
parent0ac2f7cb820bf31e15e174d4061a8792686e629e (diff)
downloadgitignore-efd3490a54ae595bc9fa0444922a4b3c1b83a153.tar.gz
gitignore-efd3490a54ae595bc9fa0444922a4b3c1b83a153.zip
Tighten some ruby ignore patterns
Diffstat (limited to 'Ruby.gitignore')
-rw-r--r--Ruby.gitignore24
1 files changed, 12 insertions, 12 deletions
diff --git a/Ruby.gitignore b/Ruby.gitignore
index a0914d36..b20c5ce6 100644
--- a/Ruby.gitignore
+++ b/Ruby.gitignore
@@ -3,21 +3,21 @@
.config
coverage
InstalledFiles
-pkg
-rdoc
-spec/reports
-test/tmp
-test/version_tmp
-tmp
+/pkg/
+/spec/reports
+/test/tmp
+/test/version_tmp
+/tmp/
-# YARD artifacts
-.yardoc
-_yardoc
-doc/
+## Documentation cache and generated files:
+/.yardoc
+/_yardoc
+/doc/
+/rdoc
## Environment normalisation:
-.bundle
-lib/bundler/man
+/.bundle
+/lib/bundler/man
# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in: