build: clean up .dwo files

When building with -gsplit-dwarf, the generated dwo files are left behind
even when you `make clean`.  Fix that up.

BUG=chromium:579384
TEST=`./configure CXXFLAGS='-O -gsplit-dwarf' && make && make clean` removes dwo files now
R=mark@chromium.org

Review URL: https://codereview.chromium.org/1633893002 .
This commit is contained in:
Mike Frysinger 2016-01-25 18:40:56 -05:00
parent 83523e066b
commit 4b5dcd0e69
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View file

@ -31,6 +31,7 @@
# Ignore common compiled artifacts.
*~
*.dwo
*.o
lib*.a
/breakpad.pc