Skip to content

Commit 2df2606

Browse files
committed
Add LICENSE file and Perl default gitignore file
1 parent 4903e66 commit 2df2606

File tree

3 files changed

+718
-3
lines changed

3 files changed

+718
-3
lines changed

.gitignore

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
1-
*~
2-
*.swp
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+
# Dist::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)