summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2011-10-31 17:59:56 -0400
committerTavian Barnes <tavianator@gmail.com>2011-10-31 23:22:26 -0400
commitcff94b97ca2e3a4b7396845a7a2fd1c9ab812d55 (patch)
tree814b963d690ef08057b461e9103d3fa31a4c2e72 /.gitignore
parent2e77183461e11521a37f34e0c01581df762413fc (diff)
downloaddimension-cff94b97ca2e3a4b7396845a7a2fd1c9ab812d55.tar.xz
Ship dimension client inside the Python package.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 5 insertions, 3 deletions
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