]> granicus.if.org Git - jq/blob - .gitignore
Bugfix multiline off-by-one (locfile.c)
[jq] / .gitignore
1 *.o
2 *~
3 .*.sw[a-p]
4 tags
5
6 jq
7 jq.1
8
9 # Something delightfully recursive happens otherwise
10 docs/content/2.download/source/*
11
12 # Autogenerated
13 lexer.c
14 lexer.h
15 parser.c
16 parser.h
17
18 # Autotools junk
19 .deps
20 *.log
21 stamp-h1
22 config.log
23 config.status
24 autom4te.cache
25 config.h
26 Makefile
27 jq-*.tar.gz
28 configure
29 aclocal.m4
30 Makefile.in
31 version.h