]> sigrok.org Git - libsigrok.git/blobdiff - .gitignore
Switch to a non-recursive automake setup.
[libsigrok.git] / .gitignore
index e41b24067e652aa7052969223c3f21d7738e8946..7ba5b491693ff21a88d9fccdd53dd831b52930d9 100644 (file)
@@ -1,2 +1,59 @@
-sigrok.h
-autostuff
\ No newline at end of file
+# autotools cruft
+aclocal.m4
+autom4te.cache/
+compile
+config.guess
+config.h
+config.h.in
+config.log
+config.status
+config.sub
+configure
+depcomp
+libtool
+ltmain.sh
+install-sh
+map
+missing
+stamp-h1
+autostuff/
+version.h
+ChangeLog
+INSTALL
+tests/check_main
+
+# recursive autoconf leftovers
+.deps
+Makefile
+Makefile.in
+.dirstamp
+
+# build leftovers
+*~
+*.o
+*.a
+*.lo
+*.la
+.libs/
+*.pc
+
+# 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
+tests/*.log
+tests/*.trs
+