Skip to content

Commit ec74e2c

Browse files
committed
Add .gitignore
1 parent fd4ae7a commit ec74e2c

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.gitignore

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

0 commit comments

Comments
 (0)