diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-06-15 23:39:36 -0600 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-06-16 00:08:01 -0600 |
commit | 817532b031cb9a15ccf27ff66d8031b31abce200 (patch) | |
tree | ac311c96e4bf403b7fcc05589a8f3d97ca2172da /.gitignore | |
parent | 438e4c497d5a9f8e9fd75ea63fb05eac860c2708 (diff) | |
download | dimension-817532b031cb9a15ccf27ff66d8031b31abce200.tar.xz |
Add Python client.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -10,7 +10,7 @@ /ltmain.sh /m4 /missing -/ylwrap +/py-compile Makefile Makefile.in @@ -19,17 +19,18 @@ Makefile.in Doxyfile __pycache__ libdimension-python/*.c +dimension/dimension # pkg-config files *.pc # Files created by `make check' -/*/tests/*-test +/*/tests/*.test /*/tests/*.png /*/tests/*.log # Files created by `make bench' -/*/bench/bench-* +/*/bench/*.bench # Files and folders created by libtool .libs/ |