]> sigrok.org Git - libsigrok.git/blobdiff - .gitignore
.gitignore: Add test-suite.log.
[libsigrok.git] / .gitignore
index 1ccdfbe78c3e88e4f5133157f2d4b5222a20255d..eced6a651d2b8989c7f9a4b5d253dbb75f208d52 100644 (file)
@@ -19,11 +19,14 @@ stamp-h1
 autostuff/
 version.h
 ChangeLog
+INSTALL
+tests/check_main
 
 # recursive autoconf leftovers
 .deps
 Makefile
 Makefile.in
+.dirstamp
 
 # build leftovers
 *~
@@ -36,3 +39,22 @@ Makefile.in
 
 # KDE backup files
 *.kate-swp
+
+# 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
+test-suite.log
+tests/*.log
+tests/*.trs
+