From dd37a782a8637bdee703a13c949b222b9ba8b95d Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 1 Sep 2014 18:23:54 +0200 Subject: Add initial set of PD tests. This is a slightly modified version of the PD test suite that was part of libsigrokdecode previously. --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..79b0b99 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# autotools cruft +aclocal.m4 +autom4te.cache/ +compile +config.guess +config.log +config.status +config.sub +configure +depcomp +install-sh +missing +ChangeLog +INSTALL +decoder/runtc + +# recursive autoconf leftovers +.deps +Makefile +Makefile.in +.dirstamp + +# build leftovers +*~ +*.o +*.a +*.lo +*.la +.libs/ +decoder/test/*/__pycache__/ -- cgit v1.2.3-54-g00ecf