Skip to content

Commit 2ec0e51

Browse files
committed
Dist .editorconfig; update skips/ignores
- Do distribute .editorconfig - Ignore, and skip if present, *.gz and cpanfile
1 parent 1a58e23 commit 2ec0e51

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
/stuff
55
*.stackdump
66
core
7+
cpanfile
78

89
# Dist
910
/Text-PerlPP*

MANIFEST

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.editorconfig
12
bin/perlpp The command-line invoker
23
Changes
34
lib/Text/PerlPP.pm The main code and perldoc

MANIFEST.SKIP

+2
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,5 @@
7676
^Makefile-premodule
7777
^tags
7878
\.stackdump$
79+
\bcpanfile\b
80+
\.gz$

0 commit comments

Comments
 (0)