mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
57 lines
526 B
Plaintext
57 lines
526 B
Plaintext
*.o
|
|
*.a
|
|
*.lo
|
|
*.la
|
|
*.lai
|
|
*.so
|
|
*.so.*
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
*~
|
|
.*.sw[a-p]
|
|
tags
|
|
|
|
jq
|
|
!tests/modules/lib/jq/
|
|
jq.1
|
|
|
|
# Generated source
|
|
src/builtin.inc
|
|
*.pc
|
|
|
|
# Autotools junk
|
|
.libs
|
|
.deps
|
|
.dirstamp
|
|
libtool
|
|
*.log
|
|
stamp-h1
|
|
config.log
|
|
config.status
|
|
autom4te.cache
|
|
INSTALL
|
|
Makefile
|
|
jq-*.tar.gz
|
|
configure
|
|
aclocal.m4
|
|
Makefile.in
|
|
version.h
|
|
.remake-version-h
|
|
config.cache
|
|
*.rpm
|
|
m4/libtool.m4
|
|
m4/ltoptions.m4
|
|
m4/ltsugar.m4
|
|
m4/ltversion.m4
|
|
m4/lt~obsolete.m4
|
|
tests/*.trs
|
|
|
|
# Docs output
|
|
docs/output
|
|
|
|
cscope.in.out
|
|
cscope.out
|
|
cscope.po.out
|
|
jq.dSYM
|