OSDN Git Service

Modify .gitignore file
authorHabu <habu@users.sourceforge.jp>
Thu, 13 Feb 2014 15:53:08 +0000 (00:53 +0900)
committerHabu <habu@users.sourceforge.jp>
Thu, 13 Feb 2014 15:55:10 +0000 (00:55 +0900)
Add Entry for ignoring auto-generated documents by Doxygen.

.gitignore

index 05c2166..c64d0bf 100644 (file)
@@ -20,6 +20,9 @@ src/stamp-h1
 src/*.o
 src/hengband
 
+# Ignore generated documents by Doxygen
+doxygen/html/
+
 # Windows binary
 Hengband.exe