]> sigrok.org Git - libsigrok.git/blob - .gitignore
Switch to a non-recursive automake setup.
[libsigrok.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 version.h
21 ChangeLog
22 INSTALL
23 tests/check_main
24
25 # recursive autoconf leftovers
26 .deps
27 Makefile
28 Makefile.in
29 .dirstamp
30
31 # build leftovers
32 *~
33 *.o
34 *.a
35 *.lo
36 *.la
37 .libs/
38 *.pc
39
40 # KDE backup files
41 *.kate-swp
42
43 # KDevelop project files
44 *.kdev4
45
46 # Files generated by building Python bindings
47 bindings/python/dist/
48 bindings/python/build
49 bindings/python/libsigrok.egg-info/
50 bindings/python/sigrok/__pycache__/
51 bindings/python/libsigrok.py
52 bindings/python/libsigrok_python_wrap.c
53 bindings/python/sigrok/core/lowlevel.py
54 bindings/python/sigrok/core/lowlevel_wrap.c
55
56 # Files generated by the testsuite
57 tests/*.log
58 tests/*.trs
59