Skip to content

Commit

Permalink
Ignore debian directory during bazel build and doxygen doc generation (
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesnape authored Jul 30, 2020
1 parent 9f2ae64 commit 4c42afd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
debian
3 changes: 3 additions & 0 deletions doc/doxygen_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ def _run_doxygen(drake_workspace, args):
continue
if rel_x.startswith("cmake"):
continue
if rel_x.startswith("debian"):
# N.B. Only present when building .deb packages.
continue
if rel_x.startswith("doc"):
# N.B. Done above.
continue
Expand Down

0 comments on commit 4c42afd

Please sign in to comment.