From: Habu Date: Thu, 13 Feb 2014 15:53:08 +0000 (+0900) Subject: Modify .gitignore file X-Git-Tag: v2.2.0~330^2~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b7dbc20de45dfeec9d3a83f567cecc80a6881e12;p=hengband%2Fhengband.git Modify .gitignore file Add Entry for ignoring auto-generated documents by Doxygen. --- diff --git a/.gitignore b/.gitignore index 05c2166a9..c64d0bfa3 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,9 @@ src/stamp-h1 src/*.o src/hengband +# Ignore generated documents by Doxygen +doxygen/html/ + # Windows binary Hengband.exe