diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 19 insertions, 10 deletions
@@ -1,12 +1,21 @@ | |||
1 | 1 | # from https://github.com/github/gitignore/blob/master/Perl.gitignore | |
2 | # / | 2 | /blib/ |
3 | /.build/ | ||
4 | _build/ | ||
5 | cover_db/ | ||
6 | inc/ | ||
7 | Build | ||
8 | !Build/ | ||
9 | Build.bat | ||
10 | .last_cover_stats | ||
3 | /Makefile | 11 | /Makefile |
4 | /blib | 12 | /Makefile.old |
13 | /MANIFEST.bak | ||
14 | /META.yml | ||
15 | /META.json | ||
16 | /MYMETA.* | ||
17 | nytprof.out | ||
5 | /pm_to_blib | 18 | /pm_to_blib |
6 | /.bzr | 19 | *.o |
7 | /.bzrignore | 20 | *.bs |
8 | MYMETA.json | 21 | /_eumm/ |
9 | MYMETA.yml | ||
10 | Makefile.old | ||
11 | inc/ | ||
12 | MANIFEST.bak | ||