Skip to content

Commit 9f33d8e

Browse files
committed
♻️ fake .gitignore to close #44, close #35
Added additional target to test locally without uploading
1 parent 0883ae2 commit 9f33d8e

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

Makefile

+6-1
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,15 @@ dist:
6060
-fez upload
6161
cp files/gitignore .gitignore
6262

63+
test-dist:
64+
cp files/fez.gitignore .gitignore
65+
-fez review
66+
cp files/gitignore .gitignore
67+
6368
html:
6469
test -d ../Talks/CSVh && pod2html Text-CSV.pod >../Talks/CSVh/pod6.html 2>/dev/null
6570

66-
doc: doc/Text-CSV.md doc/Text-CSV.pdf doc/Text-CSV.man
71+
doc: doc/Text-CSV.md doc/Text-CSV.pdf doc/Text-CSV.man
6772
doc/Text-CSV.pod: lib/Text/CSV.pod6
6873
perl -ne'/^=(begin|end) pod/ or print' lib/Text/CSV.pod6 > doc/Text-CSV.pod
6974
doc/Text-CSV.md: doc/Text-CSV.pod

files/fez.gitignore

+10-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Text-CSV*.tar.gz
1616
t-old/*
1717
xt/??_*
1818
?.pl
19-
?.csv
2019
logotype/comma*
2120
.precomp
2221
lib/.precomp
@@ -30,7 +29,6 @@ rust*/target
3029

3130
# Re-enable parts later
3231
sandbox/
33-
files/
3432
*~
3533

3634
# Comma stuff ignored
@@ -114,3 +112,13 @@ test.tsv
114112
TODO
115113

116114

115+
# Random stuff that gets packed
116+
inst/
117+
sdist/
118+
*.tgz
119+
test.*
120+
opera*
121+
huc.raku
122+
csv-npm*.js
123+
gitignore
124+
crnl.csv

0 commit comments

Comments
 (0)