]> sigrok.org Git - libsigrok.git/blobdiff - .gitignore
Switch to a non-recursive automake setup.
[libsigrok.git] / .gitignore
index fc940eedcf105d0a1dffcdbcc5448bc9ade3963a..7ba5b491693ff21a88d9fccdd53dd831b52930d9 100644 (file)
@@ -20,11 +20,13 @@ autostuff/
 version.h
 ChangeLog
 INSTALL
+tests/check_main
 
 # recursive autoconf leftovers
 .deps
 Makefile
 Makefile.in
+.dirstamp
 
 # build leftovers
 *~
@@ -40,3 +42,18 @@ Makefile.in
 
 # KDevelop project files
 *.kdev4
+
+# Files generated by building Python bindings
+bindings/python/dist/
+bindings/python/build
+bindings/python/libsigrok.egg-info/
+bindings/python/sigrok/__pycache__/
+bindings/python/libsigrok.py
+bindings/python/libsigrok_python_wrap.c
+bindings/python/sigrok/core/lowlevel.py
+bindings/python/sigrok/core/lowlevel_wrap.c
+
+# Files generated by the testsuite
+tests/*.log
+tests/*.trs
+