]> sigrok.org Git - libsigrokdecode.git/blob - .gitignore
Build: Add copy of libsigrok Autoconf macro file
[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 version.h
27
28 # recursive autoconf leftovers
29 .deps
30 Makefile
31 Makefile.in
32 .dirstamp
33
34 # build leftovers
35 *~
36 *.o
37 *.a
38 *.lo
39 *.la
40 .libs/
41 *.pc
42 decoders/*/__pycache__/