Skip to content

Commit c1b030d

Browse files
tighten up perl ignores - these files should only exist in the repository root
1 parent f31b319 commit c1b030d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Perl.gitignore

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
blib/
2-
.build/
1+
/blib/
2+
/.build/
33
_build/
44
cover_db/
55
inc/
66
Build
77
!Build/
88
Build.bat
99
.last_cover_stats
10-
Makefile
11-
Makefile.old
12-
MANIFEST.bak
13-
META.yml
14-
MYMETA.yml
10+
/Makefile
11+
/Makefile.old
12+
/MANIFEST.bak
13+
/META.yml
14+
/MYMETA.yml
1515
nytprof.out
16-
pm_to_blib
16+
/pm_to_blib

0 commit comments

Comments
 (0)