]> sigrok.org Git - libsigrokdecode.git/blob - .gitignore
pdtest: Don't bother with diff if any error at all occurred.
[libsigrokdecode.git] / .gitignore
1 # autotools cruft
2 aclocal.m4
3 autom4te.cache/
4 compile
5 config.guess
6 config.h
7 config.h.in
8 config.log
9 config.status
10 config.sub
11 configure
12 depcomp
13 libtool
14 ltmain.sh
15 install-sh
16 map
17 missing
18 stamp-h1
19 autostuff/
20 ChangeLog
21 INSTALL
22 tests/check_main
23 tests/check_main.*
24 tests/test-suite.log
25 tests/runtc
26 version.h
27
28 # recursive autoconf leftovers
29 .deps
30 Makefile
31 Makefile.in
32
33 # build leftovers
34 *~
35 *.o
36 *.a
37 *.lo
38 *.la
39 .libs/
40 *.pc
41 decoders/*/__pycache__/