diff options
author | Tavian Barnes <tavianator@gmail.com> | 2011-09-25 15:59:00 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2011-09-25 15:59:00 -0400 |
commit | 6f5735433e9766cbdeab6f151b44ed82e95d2863 (patch) | |
tree | 4cdf27012efcd45ff5c2fcd16491ce9dd0e2c101 /.gitignore | |
parent | ff8999ebcfa0b358e56e9028d26562c59881dfad (diff) | |
download | dimension-6f5735433e9766cbdeab6f151b44ed82e95d2863.tar.xz |
Add `doc' target to libdimension-python, using pydoc.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,4 +1,4 @@ -# Files and folders created by aclocal, autoconf, automake, and libtoolize +# Files and folders created by ./autogen.sh, ./configure, and make /aclocal.m4 /autom4te.cache/ /compile @@ -13,11 +13,6 @@ /py-compile Makefile Makefile.in - -# Documentation files created by make -/*/doc -Doxyfile -__pycache__ libdimension-python/dimension.c dimension/dimension @@ -32,6 +27,10 @@ dimension/dimension # Files created by `make bench' /*/bench/*.bench +# Files created by make doc +/*/doc/ +Doxyfile + # Files and folders created by libtool .libs/ *.l[oa] |