summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
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