1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00
Files
stedolan-jq/.gitignore
Stephen Dolan 4b1b9c219a Delete some Autotools junk and update README.
Autotools autogenerated files that change frequently have been
removed, those that don't are still checked in.
2013-05-11 15:15:56 +01:00

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