Closed DaoWen closed 7 years ago
What happened to *.dSYM?
What happened to *.dSYM?
It's no longer needed since async0.dSYM
is covered by the async*
rule, etc.
Gotcha. I would only add another rule for not excluding .h files (which we currently don't have in the test directory, but might in the future)
Looks good to me. @budimlic can merge once he signs off.
We weren't ignoring the
boot0
ordeadlock0
test binaries. The more general wildcards make it so we won't need to modify the .gitignore when adding new tests unless the prefix is totally new.