Skip to content

Commit

Permalink
.gitignore: add built docs, sharness test results
Browse files Browse the repository at this point in the history
Problem: Git does not ignore the built documentation under doc/_build
or the .log or .trs files as a result of running sharness tests.

Add the docs intermediate files and sharness test result files to the
list of ignored files by Git.
  • Loading branch information
cmoussa1 committed Oct 15, 2024
1 parent 859ee8f commit 609c795
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,11 @@ config.h.in
config.h.in~
config.h
config.status

# misc
*.trs
*.log

# docs intermediate files
/doc/man*/*.xml
/doc/_build

0 comments on commit 609c795

Please sign in to comment.