Procházet zdrojové kódy

Tighten some ruby ignore patterns

Carl Suster před 11 roky
rodič
revize
efd3490a54
1 změnil soubory, kde provedl 12 přidání a 12 odebrání
  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: