Skip to content

Commit 7bbc288

Browse files
committed
Merge pull request #501 from karenetheridge/master
tighter and more perl entries
2 parents f94c2a0 + 97e3435 commit 7bbc288

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

Perl.gitignore

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
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+
/META.json
15+
/MYMETA.*
1516
nytprof.out
16-
pm_to_blib
17+
/pm_to_blib
18+
*.o
19+
*.bs

0 commit comments

Comments
 (0)