diff options
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] |