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