From c3e258d18cd9af2fa702378c2cb31be9c17ef576 Mon Sep 17 00:00:00 2001 From: staticfox Date: Mon, 11 Apr 2016 10:54:44 -0400 Subject: [PATCH] Ignore temporary files generated by doxygen Signed-off-by: Matt Ullman --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 626fb8f30..adc965e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -144,3 +144,4 @@ tags TAGS doc/api/doxygen_sqlite3.db +doc/api/*.tmp