]> sigrok.org Git - libsigrok.git/blame - .gitignore
Switch to a non-recursive automake setup.
[libsigrok.git] / .gitignore
CommitLineData
c750b9b1
BV
1# autotools cruft
2aclocal.m4
3autom4te.cache/
4compile
5config.guess
6config.h
7config.h.in
8config.log
9config.status
10config.sub
11configure
12depcomp
13libtool
14ltmain.sh
15install-sh
16map
17missing
18stamp-h1
19autostuff/
45c59c8b 20version.h
da90fb2a 21ChangeLog
898c562f 22INSTALL
4c7aca66 23tests/check_main
c750b9b1
BV
24
25# recursive autoconf leftovers
26.deps
27Makefile
28Makefile.in
67bd8055 29.dirstamp
c750b9b1
BV
30
31# build leftovers
32*~
33*.o
34*.a
35*.lo
36*.la
37.libs/
38*.pc
39
5fef6b9d
AG
40# KDE backup files
41*.kate-swp
d36777db
AG
42
43# KDevelop project files
44*.kdev4
758b01ad
ML
45
46# Files generated by building Python bindings
625cc783 47bindings/python/dist/
758b01ad 48bindings/python/build
625cc783
BV
49bindings/python/libsigrok.egg-info/
50bindings/python/sigrok/__pycache__/
758b01ad
ML
51bindings/python/libsigrok.py
52bindings/python/libsigrok_python_wrap.c
625cc783
BV
53bindings/python/sigrok/core/lowlevel.py
54bindings/python/sigrok/core/lowlevel_wrap.c
55
1a0c3382
UH
56# Files generated by the testsuite
57tests/*.log
58tests/*.trs
59