mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
Autotools autogenerated files that change frequently have been removed, those that don't are still checked in.
29 lines
296 B
Plaintext
29 lines
296 B
Plaintext
*.o
|
|
*~
|
|
|
|
jq
|
|
jq.1
|
|
|
|
# Something delightfully recursive happens otherwise
|
|
docs/content/2.download/source/*
|
|
|
|
# Autogenerated
|
|
lexer.c
|
|
lexer.h
|
|
parser.c
|
|
parser.h
|
|
|
|
# Autotools junk
|
|
.deps
|
|
*.log
|
|
stamp-h1
|
|
config.log
|
|
config.status
|
|
autom4te.cache
|
|
config.h
|
|
Makefile
|
|
jq-*.tar.gz
|
|
configure
|
|
aclocal.m4
|
|
Makefile.in
|