Skip to content
This repository was archived by the owner on Jul 10, 2023. It is now read-only.

Commit 8cc57b8

Browse files
authored
Initial commit
0 parents  commit 8cc57b8

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
!Build/
2+
.last_cover_stats
3+
/META.yml
4+
/META.json
5+
/MYMETA.*
6+
*.o
7+
*.pm.tdy
8+
*.bs
9+
10+
# Devel::Cover
11+
cover_db/
12+
13+
# Devel::NYTProf
14+
nytprof.out
15+
16+
# Dizt::Zilla
17+
/.build/
18+
19+
# Module::Build
20+
_build/
21+
Build
22+
Build.bat
23+
24+
# Module::Install
25+
inc/
26+
27+
# ExtUtils::MakeMaker
28+
/blib/
29+
/_eumm/
30+
/*.gz
31+
/Makefile
32+
/Makefile.old
33+
/MANIFEST.bak
34+
/pm_to_blib
35+
/*.zip

0 commit comments

Comments
 (0)