Page MenuHomePhabricator

.gitignore new versioned doc files
ClosedPublic

Authored by jasonbcox on Sep 16 2020, 17:42.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABCWEB8058e4f5b637: .gitignore new versioned doc files
Summary

Calling scripts/fetch_documentation.sh leaves unstaged files in the repo. We are no longer tracking
new versioned docs under source control, so we should ignore them.

Note: The versions currently under source control are not supported by the fetch script, so they need to remain
until 0.23.0 is released, and then they will be obsolete and can be safely removed.

Test Plan
./scripts/fetch_documentation.sh

Pre-patch, git status shows unstaged files under _doc. Post-patch it does not.

Diff Detail

Repository
rABCWEB Bitcoin ABC Website
Branch
ignore-docs
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 12753
Build 25585: arc lint + arc unit