From 341e6815ffc07580e50fac0d823fea0aba3ce93c Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 30 Apr 2020 02:38:39 -0700 Subject: [PATCH] misc: Added src/doxygen/html to .gitignore Previously `src/doxygen` was ignored, but `src/doxygen` contains some "source" for creating the doxygen html. Therefore this .gitignore entry has been removed and replaced with one that only ignores the generated `src/doxygen/html`. Change-Id: I5add9fe839a00ad9d216d2082beda637ad0ea87d Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/28389 Tested-by: kokoro Reviewed-by: Bobby R. Bruce Maintainer: Bobby R. Bruce --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b851a23f1..a19560973 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ cscope.out .*.swp .*.swo m5out -/src/doxygen +/src/doxygen/html /ext/dramsim2/DRAMSim2 /ext/mcpat/regression/*/*.out /util/m5/*.o -- 2.30.2