From 6f5735433e9766cbdeab6f151b44ed82e95d2863 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 25 Sep 2011 15:59:00 -0400 Subject: Add `doc' target to libdimension-python, using pydoc. --- .gitignore | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0b501ac..6c39551 100644 --- a/.gitignore +++ b/.gitignore @@ -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] -- cgit v1.2.3