]> granicus.if.org Git - jq/blob - .gitignore
Move jq-coded builtins to non-C file (fix #424)
[jq] / .gitignore
1 *.o
2 *.a
3 *.lo
4 *.la
5 *.lai
6 *.so
7 *.so.*
8 *.gcda
9 *.gcno
10 *.gcov
11 *~
12 .*.sw[a-p]
13 tags
14
15 jq
16 !tests/modules/lib/jq/
17 jq.1
18
19 # Generated source
20 src/builtin.inc
21
22 # Autotools junk
23 .libs
24 .deps
25 .dirstamp
26 libtool
27 *.log
28 stamp-h1
29 config.log
30 config.status
31 autom4te.cache
32 INSTALL
33 Makefile
34 jq-*.tar.gz
35 configure
36 aclocal.m4
37 Makefile.in
38 version.h
39 .remake-version-h
40 config.cache
41 *.rpm
42 m4/libtool.m4
43 m4/ltoptions.m4
44 m4/ltsugar.m4
45 m4/ltversion.m4
46 m4/lt~obsolete.m4
47 tests/*.trs
48
49 cscope.in.out
50 cscope.out
51 cscope.po.out