]> sigrok.org Git - libsigrokdecode.git/blob - .gitignore
Bring back temporarily reverted changes.
[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
23 # recursive autoconf leftovers
24 .deps
25 Makefile
26 Makefile.in
27
28 # build leftovers
29 *~
30 *.o
31 *.a
32 *.lo
33 *.la
34 .libs/
35 *.pc
36