From cff94b97ca2e3a4b7396845a7a2fd1c9ab812d55 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 31 Oct 2011 17:59:56 -0400 Subject: Ship dimension client inside the Python package. --- .gitignore | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6c39551..8394788 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# Files and folders created by ./autogen.sh, ./configure, and make +# Files and folders created by ./autogen.sh, and ./configure /aclocal.m4 /autom4te.cache/ /compile @@ -13,8 +13,6 @@ /py-compile Makefile Makefile.in -libdimension-python/dimension.c -dimension/dimension # pkg-config files *.pc @@ -38,6 +36,10 @@ Doxyfile # Files and folders created by compilation .deps/ *.[oa] +libdimension-python/wrapper.c +dimension/client.py +dimension/wrapper.so +__pycache__ # Core dumps core -- cgit v1.2.3