Sfoglia il codice sorgente

tighten up perl ignores - these files should only exist in the repository root

Karen Etheridge 12 anni fa
parent
commit
c1b030ddb1
1 ha cambiato i file con 8 aggiunte e 8 eliminazioni
  1. 8 8
      Perl.gitignore

+ 8 - 8
Perl.gitignore

@@ -1,5 +1,5 @@
-blib/
-.build/
+/blib/
+/.build/
 _build/
 cover_db/
 inc/
@@ -7,10 +7,10 @@ Build
 !Build/
 Build.bat
 .last_cover_stats
-Makefile
-Makefile.old
-MANIFEST.bak
-META.yml
-MYMETA.yml
+/Makefile
+/Makefile.old
+/MANIFEST.bak
+/META.yml
+/MYMETA.yml
 nytprof.out
-pm_to_blib
+/pm_to_blib