From 817532b031cb9a15ccf27ff66d8031b31abce200 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 15 Jun 2011 23:39:36 -0600 Subject: Add Python client. --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 422e2ce..98c0048 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,7 @@ /ltmain.sh /m4 /missing -/ylwrap +/py-compile Makefile Makefile.in @@ -19,17 +19,18 @@ Makefile.in Doxyfile __pycache__ libdimension-python/*.c +dimension/dimension # pkg-config files *.pc # Files created by `make check' -/*/tests/*-test +/*/tests/*.test /*/tests/*.png /*/tests/*.log # Files created by `make bench' -/*/bench/bench-* +/*/bench/*.bench # Files and folders created by libtool .libs/ -- cgit v1.2.3