From 549addc327b1b348e1d43ce6b68cb320d0bdc01f Mon Sep 17 00:00:00 2001 From: Chris Reuter Date: Mon, 18 Nov 2013 19:09:47 -0500 Subject: Added .gitignore lines to exclude naturaldocs by-products. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) mode change 100755 => 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 index 283d18c..87bc7fd --- a/.gitignore +++ b/.gitignore @@ -208,3 +208,6 @@ Makefile.in /tests/gdinterpolatedscale/gdTrivialResize /tests/gdinterpolatedscale/gdModesAndPalettes +# Doc artifacts +/docs/naturaldocs/html/ +/docs/naturaldocs/project/Data/ -- cgit v1.2.1