]> sigrok.org Git - libsigrok.git/blame - .gitignore
Assorted build system fixes for C++/Python/Java bindings.
[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
f7740954 52*.pyc
625cc783 53bindings/python/dist/
758b01ad 54bindings/python/build
625cc783
BV
55bindings/python/libsigrok.egg-info/
56bindings/python/sigrok/__pycache__/
758b01ad
ML
57bindings/python/libsigrok.py
58bindings/python/libsigrok_python_wrap.c
625cc783
BV
59bindings/python/sigrok/core/lowlevel.py
60bindings/python/sigrok/core/lowlevel_wrap.c
f7740954
ML
61bindings/python/sigrok/core/classes.py
62bindings/python/sigrok/core/classes_wrap.cpp
d1785122 63bindings/python/timestamp
625cc783 64
9fcf4d0b
ML
65# Files generated by building Java bindings
66*.class
67bindings/java/org/sigrok/core/classes/*.java
68bindings/java/org/sigrok/core/classes/classes_wrap.cxx
69bindings/java/libsigrok_java_core_classes.so
70bindings/java/sigrok-core.jar
71
1a0c3382 72# Files generated by the testsuite
14580182 73test-suite.log
1a0c3382
UH
74tests/*.log
75tests/*.trs
76