diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-12-05 15:35:18 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-12-05 15:35:58 -0500 |
commit | 3788cd05eb4a4c30bb659b2be6339edf94a9f8c0 (patch) | |
tree | 7ee3c45454d5cfd69fd1f39f987a2fb6014e9292 /.gitignore | |
parent | 4d3e396ce91dd70b0c9d7f3b1e991fd8ebd0d582 (diff) | |
download | dimension-3788cd05eb4a4c30bb659b2be6339edf94a9f8c0.tar.xz |
Hide the presence of dimension.wrapper from wrapper types.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ Doxyfile # Files and folders created by compilation .deps/ *.[oa] -libdimension-python/wrapper.c +libdimension-python/dimension.c dimension/client.py dimension/wrapper.so __pycache__ |