gitignore: Put build-*/ pattern in top-level gitignore file.

This commit is contained in:
Damien George
2019-08-16 00:08:08 +10:00
parent acfbb9febd
commit 497683b315
4 changed files with 2 additions and 13 deletions

3
.gitignore vendored
View File

@@ -20,9 +20,10 @@
######################
*.swp
# Build directory
# Build directories
######################
build/
build-*/
# Test failure outputs
######################