mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
More Go-package restructuring (#748)
This commit is contained in:
parent
f597ec3da6
commit
bc72cd1857
187 changed files with 551 additions and 782 deletions
29
.gitignore
vendored
29
.gitignore
vendored
|
|
@ -1,41 +1,14 @@
|
|||
go/mlr
|
||||
go/mlr.exe
|
||||
mlr
|
||||
mlr.exe
|
||||
a.out
|
||||
*.dSYM
|
||||
catc
|
||||
catc0
|
||||
catm
|
||||
gmon.out
|
||||
*.o
|
||||
*.pyc
|
||||
.sw?
|
||||
.*.sw?
|
||||
tags
|
||||
*~
|
||||
mlr-[0-9.]*.tar.*
|
||||
push2
|
||||
data/.gitignore
|
||||
|
||||
docs/_build
|
||||
docs6/_build
|
||||
|
||||
man/man1
|
||||
|
||||
miller-*.src.rpm
|
||||
mlr.exe
|
||||
mlr.linux.x86_64
|
||||
mlr.macosx
|
||||
|
||||
data/big.*
|
||||
data/nmc?.*
|
||||
|
||||
experiments/dsl-parser/one/src
|
||||
experiments/dsl-parser/one/main
|
||||
experiments/dsl-parser/two/src
|
||||
experiments/dsl-parser/two/main
|
||||
experiments/cli-parser/cliparse
|
||||
experiments/cli-parser/cliparse.exe
|
||||
|
||||
docs/src/polyglot-dkvp-io/__pycache__
|
||||
docs/site/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue