mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 05:38:04 +00:00
0b49bebad9
* chore: script to build the deb sources now it includes the man files. This script makes only sense executing on the machine having the gpg key needed to sign and push to ppa * fix: dput dependency and proper configuration
56 lines
496 B
Plaintext
56 lines
496 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
bin
|
|
build
|
|
build-done
|
|
.DS_Store
|
|
|
|
# Architecture specific extensions/prefixes
|
|
*.[568vq]
|
|
[568vq].out
|
|
|
|
*.cgo1.go
|
|
*.cgo2.c
|
|
_cgo_defun.c
|
|
_cgo_gotypes.go
|
|
_cgo_export.*
|
|
|
|
_testmain.go
|
|
coverage.out
|
|
coverage.html
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
yaml
|
|
vendor/
|
|
tmp/
|
|
cover/
|
|
yq
|
|
|
|
# snapcraft
|
|
parts/
|
|
prime/
|
|
.snapcraft/
|
|
yq*.snap
|
|
|
|
test.yml
|
|
test*.yml
|
|
0.yml
|
|
1.yml
|
|
2.yml
|
|
|
|
|
|
# man page
|
|
man.md
|
|
yq.1
|
|
|
|
# debian pkg
|
|
_build
|
|
debian/files
|