mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Merge branch 'restructure-cmd-dir'
This commit is contained in:
commit
9ca8469b23
1 changed files with 8 additions and 3 deletions
|
|
@ -75,7 +75,7 @@ $tar \
|
|||
--exclude data \
|
||||
--exclude docs \
|
||||
--exclude experiments \
|
||||
--exclude go/todo.txt \
|
||||
--exclude todo.txt \
|
||||
--exclude perf \
|
||||
--exclude python \
|
||||
--exclude vim \
|
||||
|
|
@ -86,7 +86,12 @@ $tar \
|
|||
./configure \
|
||||
./Makefile \
|
||||
./create-release-tarball \
|
||||
./go \
|
||||
./man
|
||||
./go.mod \
|
||||
./go.sum \
|
||||
./cmd \
|
||||
./internal \
|
||||
./regression_test.go \
|
||||
./man \
|
||||
./test
|
||||
|
||||
echo "Wrote $TGZ_NAME"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue