Mercurial > hg > Members > anatofuz > parse_growi_revisions
comparison .hgignore @ 0:b3d63ea31ac9
reference
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 10 Nov 2020 19:37:06 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b3d63ea31ac9 |
---|---|
1 syntax:glob | |
2 | |
3 # Created by https://www.toptal.com/developers/gitignore/api/perl | |
4 # Edit at https://www.toptal.com/developers/gitignore?templates=perl | |
5 | |
6 ### Perl ### | |
7 !Build/ | |
8 .last_cover_stats | |
9 /META.yml | |
10 /META.json | |
11 /MYMETA.* | |
12 *.o | |
13 *.pm.tdy | |
14 *.bs | |
15 | |
16 # Devel::Cover | |
17 cover_db/ | |
18 | |
19 # Devel::NYTProf | |
20 nytprof.out | |
21 | |
22 # Dizt::Zilla | |
23 /.build/ | |
24 | |
25 # Module::Build | |
26 _build/ | |
27 Build | |
28 Build.bat | |
29 | |
30 # Module::Install | |
31 inc/ | |
32 | |
33 # ExtUtils::MakeMaker | |
34 /blib/ | |
35 /_eumm/ | |
36 /*.gz | |
37 /Makefile | |
38 /Makefile.old | |
39 /MANIFEST.bak | |
40 /pm_to_blib | |
41 /*.zip | |
42 | |
43 # End of https://www.toptal.com/developers/gitignore/api/perl | |
44 local/ |