diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-10-31 17:59:56 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-10-31 23:22:26 -0400 |
commit | cff94b97ca2e3a4b7396845a7a2fd1c9ab812d55 (patch) | |
tree | 814b963d690ef08057b461e9103d3fa31a4c2e72 /.gitignore | |
parent | 2e77183461e11521a37f34e0c01581df762413fc (diff) | |
download | dimension-cff94b97ca2e3a4b7396845a7a2fd1c9ab812d55.tar.xz |
Ship dimension client inside the Python package.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |