X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=.gitignore;h=5e6015bdfb0b8762b4e9fa9dfd5b64560d48778b;hb=758b01adcbbc2cd4c077281ad06c7bb2ac414391;hp=bb0c2333e96bd425171b1d9ed9eee70e64146ed6;hpb=da90fb2a01523e3277ed849297646614dce9a15d;p=libsigrok.git diff --git a/.gitignore b/.gitignore index bb0c2333..5e6015bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,48 @@ -sigrok.h +# 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 + +# 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/build +bindings/python/libsigrok.py +bindings/python/libsigrok_python_wrap.c