Ignore README.md

This commit is contained in:
Price Hiller 2022-01-09 10:28:07 -06:00
parent 208644d624
commit 3b79e84837

View File

@ -418,6 +418,7 @@ main() {
".git"
".gitignore"
".gitmodules"
"README.md"
)
for dot_file in {,.}*; do
if [[ "${exclusion_dirs[*]}" =~ "${dot_file}" ]]; then