Skip to content

Commit

Permalink
Narrow git clean -xdf to just the tribits/doc directory
Browse files Browse the repository at this point in the history
Just being careful to not remove more files than is needed.
  • Loading branch information
bartlettroscoe committed Aug 1, 2024
1 parent 1cee30f commit 6fd4baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tribits_add_advanced_test( build_sphinx_docs
GIT_EXECUTABLE
OVERALL_NUM_MPI_PROCS 1
TEST_0 MESSAGE "Clean out any prior build of the docs"
CMND ${GIT_EXECUTABLE} ARGS clean -xdf
CMND ${GIT_EXECUTABLE} ARGS clean -xdf -- .
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}/tribits/doc
SKIP_CLEAN_WORKING_DIRECTORY # Don't delete our source tree!
TEST_1 MESSAGE "Build the sphinx documentation"
Expand Down

0 comments on commit 6fd4baf

Please sign in to comment.