]> sigrok.org Git - libsigrokdecode.git/blob - .gitignore
jtag_ejtag: Move bin2int() to common/srdhelper.
[libsigrokdecode.git] / .gitignore
1 # autotools cruft
2 /INSTALL
3 /Makefile.in
4 /aclocal.m4
5 /autom4te.cache/
6 /autostuff/
7 /configure
8 /configure.lineno
9 /m4/libtool.m4
10 /m4/lt*.m4
11
12 # Editor/IDE cruft
13 *.kate-swp
14 *~
15 /*.kdev4
16 /Makefile.am.user
17
18 # Configure/build cruft
19 *.[ao]
20 *.l[ao]
21 .deps/
22 .dirstamp
23 .libs/
24 /ChangeLog
25 /Makefile
26 /config.*
27 /libsigrokdecode-*.tar.*
28 /libsigrokdecode.pc
29 /libtool
30 /version.h
31 __pycache__/
32 *.pyc
33 stamp-h?
34
35 # Files generated by the testsuite
36 /test-suite.log
37 /tests/*.log
38 /tests/*.trs
39 /tests/main