Switch build → _build in .gitignore

It is much easier to spot this build dir when it gets prefixed with _

Inspired by Elixir:
https://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html

Signed-off-by: Gerhard Lazu <gerhard@lazu.co.uk>
This commit is contained in:
Gerhard Lazu 2022-03-25 16:37:30 +00:00
parent a3cd60d140
commit f322327945
No known key found for this signature in database
GPG Key ID: A28DE70C9444D7A6

View File

@ -1 +1 @@
build
_build