aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2016-01-25 18:40:56 -0500
committerMike Frysinger <vapier@chromium.org>2016-01-25 18:40:56 -0500
commit4b5dcd0e692803e57b5fc83815a98f18b244a2d9 (patch)
tree9f7c802f755a04c5d42e84cdc3ec0552af5bf96f /.gitignore
parenttest: stop building tons of copies of gtest/gmock objects (diff)
downloadbreakpad-4b5dcd0e692803e57b5fc83815a98f18b244a2d9.tar.xz
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 .
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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