From 4b5dcd0e692803e57b5fc83815a98f18b244a2d9 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 25 Jan 2016 18:40:56 -0500 Subject: 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 . --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a0212798..17874aa0 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ # Ignore common compiled artifacts. *~ +*.dwo *.o lib*.a /breakpad.pc -- cgit v1.2.1