.gitignore: add wildcard so all build*/ dirs are ignored

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson 2016-10-17 13:58:28 -06:00
parent 770e43c627
commit 758fa32b75

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
build/
build*/
# Object files
*.o