From 9d88efd078441cab7fd99b251014ab96f8303f3f Mon Sep 17 00:00:00 2001 From: Robin Getz Date: Sat, 11 Apr 2020 01:04:11 -0400 Subject: [PATCH] gitignore: don't ignore directories named "html" That was put in there while we were building Doxygen in the source directory. Now that goes into the cmake destination directory. Signed-off-by: Robin Getz --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index bfe48718b..727d447b4 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,5 @@ install_manifest.txt Makefile build/ -html/ Doxyfile doxygen_sqlite3.db