yq/.gitignore

51 lines
461 B
Plaintext
Raw Normal View History

2015-09-26 22:14:44 +00:00
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
bin
2015-09-28 23:39:44 +00:00
build
build-done
2015-09-28 23:39:44 +00:00
.DS_Store
2015-09-26 22:14:44 +00:00
# Architecture specific extensions/prefixes
*.[568vq]
[568vq].out
*.cgo1.go
*.cgo2.c
_cgo_defun.c
_cgo_gotypes.go
_cgo_export.*
_testmain.go
2017-04-14 02:39:55 +00:00
coverage.out
2020-01-08 21:17:56 +00:00
coverage.html
2015-09-26 22:14:44 +00:00
*.exe
*.test
*.prof
2015-09-27 03:29:20 +00:00
yaml
2019-11-06 00:45:31 +00:00
vendor/
tmp/
cover/
2017-12-17 22:11:08 +00:00
yq
2018-02-16 14:34:04 +00:00
# snapcraft
parts/
prime/
.snapcraft/
yq*.snap
2021-10-29 03:14:39 +00:00
2021-07-18 06:55:08 +00:00
test.yml
2021-10-29 03:14:39 +00:00
test*.yml
0.yml
1.yml
2.yml
2021-10-14 22:51:42 +00:00
# man page
man.md
yq.1