]> granicus.if.org Git - jq/blob - .gitignore
Add gcov output to gitignore
[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 # Autotools junk
20 .libs
21 .deps
22 libtool
23 *.log
24 stamp-h1
25 config.log
26 config.status
27 autom4te.cache
28 INSTALL
29 Makefile
30 jq-*.tar.gz
31 configure
32 aclocal.m4
33 Makefile.in
34 version.h
35 .remake-version-h
36 config.cache
37 *.rpm
38 m4/libtool.m4
39 m4/ltoptions.m4
40 m4/ltsugar.m4
41 m4/ltversion.m4
42 m4/lt~obsolete.m4
43 tests/*.trs
44
45 cscope.in.out
46 cscope.out
47 cscope.po.out