]> sigrok.org Git - libsigrok.git/blobdiff - .gitignore
Add SWIG interface file and build script for Python bindings.
[libsigrok.git] / .gitignore
index 1ccdfbe78c3e88e4f5133157f2d4b5222a20255d..5e6015bdfb0b8762b4e9fa9dfd5b64560d48778b 100644 (file)
@@ -19,6 +19,8 @@ stamp-h1
 autostuff/
 version.h
 ChangeLog
+INSTALL
+tests/check_main
 
 # recursive autoconf leftovers
 .deps
@@ -36,3 +38,11 @@ Makefile.in
 
 # KDE backup files
 *.kate-swp
+
+# KDevelop project files
+*.kdev4
+
+# Files generated by building Python bindings
+bindings/python/build
+bindings/python/libsigrok.py
+bindings/python/libsigrok_python_wrap.c