aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--Documentation/Doxyfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 0372b60c8..6ae5baecc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,4 +24,6 @@ Firmware.sublime-workspace
Images/*.bin
Images/*.px4
mavlink/include/mavlink/v0.9/
-NuttX \ No newline at end of file
+/NuttX
+/Documentation/doxy.log
+/Documentation/html/ \ No newline at end of file
diff --git a/Documentation/Doxyfile b/Documentation/Doxyfile
index fd997baaa..f45fe8b21 100644
--- a/Documentation/Doxyfile
+++ b/Documentation/Doxyfile
@@ -599,9 +599,7 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE = ../dist/ \
- ../docs/html/ \
- html
+EXCLUDE = ../src/mathlib/CMSIS
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded