]> sigrok.org Git - libsigrok.git/blame - .gitignore
Add new generic SWIG bindings based on C++ classes.
[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 45
c23c8659
ML
46# Files generated by building C++ bindings
47bindings/cxx/libsigrok.xml
48bindings/cxx/include/libsigrok/enums.hpp
49bindings/cxx/enums.cpp
50
758b01ad 51# Files generated by building Python bindings
625cc783 52bindings/python/dist/
758b01ad 53bindings/python/build
625cc783
BV
54bindings/python/libsigrok.egg-info/
55bindings/python/sigrok/__pycache__/
758b01ad
ML
56bindings/python/libsigrok.py
57bindings/python/libsigrok_python_wrap.c
625cc783
BV
58bindings/python/sigrok/core/lowlevel.py
59bindings/python/sigrok/core/lowlevel_wrap.c
60
1a0c3382 61# Files generated by the testsuite
14580182 62test-suite.log
1a0c3382
UH
63tests/*.log
64tests/*.trs
65