]> sigrok.org Git - libsigrok.git/blobdiff - .gitignore
Reimplement high-level Python bindings on top of SWIG/C++ bindings.
[libsigrok.git] / .gitignore
index 1d4a2c3adc306220a57a3ed7801ea3afeb9bcea9..0f192d254ca11848cc884c6496fd7e52c190d5b4 100644 (file)
@@ -26,6 +26,7 @@ tests/check_main
 .deps
 Makefile
 Makefile.in
+.dirstamp
 
 # build leftovers
 *~
@@ -42,7 +43,13 @@ Makefile.in
 # KDevelop project files
 *.kdev4
 
+# Files generated by building C++ bindings
+bindings/cxx/libsigrok.xml
+bindings/cxx/include/libsigrok/enums.hpp
+bindings/cxx/enums.cpp
+
 # Files generated by building Python bindings
+*.pyc
 bindings/python/dist/
 bindings/python/build
 bindings/python/libsigrok.egg-info/
@@ -51,4 +58,11 @@ bindings/python/libsigrok.py
 bindings/python/libsigrok_python_wrap.c
 bindings/python/sigrok/core/lowlevel.py
 bindings/python/sigrok/core/lowlevel_wrap.c
+bindings/python/sigrok/core/classes.py
+bindings/python/sigrok/core/classes_wrap.cpp
+
+# Files generated by the testsuite
+test-suite.log
+tests/*.log
+tests/*.trs