]> source.dussan.org Git - gitignore.git/commitdiff
Tighten some ruby ignore patterns
authorCarl Suster <code@contraflo.ws>
Sun, 10 Nov 2013 10:13:54 +0000 (21:13 +1100)
committerCarl Suster <code@contraflo.ws>
Sun, 10 Nov 2013 10:13:54 +0000 (21:13 +1100)
Ruby.gitignore

index a0914d3627f38b0675529dd9759e2afa7493fc2b..b20c5ce662aadde7f3e5b7d68b46643ae02688df 100644 (file)
@@ -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: