From: Bobby R. Bruce Date: Thu, 30 Apr 2020 09:38:39 +0000 (-0700) Subject: misc: Added src/doxygen/html to .gitignore X-Git-Tag: v20.0.0.0~25 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=341e6815ffc07580e50fac0d823fea0aba3ce93c;p=gem5.git 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 --- 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