]> sigrok.org Git - libsigrokdecode.git/blob - .gitignore
Add a testsuite for libsigrokdecode.
[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 libsigrokdecode.h
21 ChangeLog
22 INSTALL
23 tests/check_main
24
25 # recursive autoconf leftovers
26 .deps
27 Makefile
28 Makefile.in
29
30 # build leftovers
31 *~
32 *.o
33 *.a
34 *.lo
35 *.la
36 .libs/
37 *.pc
38 decoders/*/__pycache__/