Parcourir la source

Tighten some ruby ignore patterns

Carl Suster il y a 11 ans
Parent
commit
efd3490a54
1 fichiers modifiés avec 12 ajouts et 12 suppressions
  1. 12 12
      Ruby.gitignore

+ 12 - 12
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: