Skip to content

Commit

Permalink
chore: add .build to .gitignore (#4722)
Browse files Browse the repository at this point in the history
Currently, the `BUILD.md` instructions suggest using `.build` as the
build directory, so this change helps to reduce confusion.

An alternative would be to instruct developers to add `/.build/` to
`.git/info/exclude` or to user-level `.gitignore` (although the latter
is very intrusive). However, it is being added here because it is a good
practice to have a sensible default that's consistent with the build
instructions.
  • Loading branch information
Bronek authored Sep 22, 2023
1 parent 8f89694 commit e4db0fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,6 @@ pkg
CMakeUserPresets.json
bld.rippled/
.vscode

# Suggested in-tree build directory
/.build/

0 comments on commit e4db0fb

Please sign in to comment.