]> sigrok.org Git - libsigrokdecode.git/blob - .gitignore
tools/install-decoders: Minor consistency fix.
[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 test-suite.log
26 tests/runtc
27 version.h
28
29 # recursive autoconf leftovers
30 .deps
31 Makefile
32 Makefile.in
33 .dirstamp
34
35 # build leftovers
36 *~
37 *.o
38 *.a
39 *.lo
40 *.la
41 .libs/
42 *.pc
43 decoders/*/__pycache__/