diff options
author | Samuel Holland <samuel@sholland.org> | 2017-05-31 11:30:59 -0500 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2017-07-03 23:06:27 +0200 |
commit | 0d154c26135b65b81dc33f714e0bac05d4924fb6 (patch) | |
tree | 463ef793b0e9cf2f79e6b70518472cec2cd035a3 /.gitignore | |
parent | dc698ff6b0de9bcdf1e32c00aafc08c830909f57 (diff) |
gitignore: ignore split DWARF debug info
Signed-off-by: Samuel Holland <samuel@sholland.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ cscope.out *.o *.d +*.dwo *.ko *.mod.c src/tools/wg |