diff options
author | 2017-05-31 11:30:59 -0500 | |
---|---|---|
committer | 2017-07-03 23:06:27 +0200 | |
commit | 05cad6bc6697e678a150dddc640eb1aac456decf (patch) | |
tree | e3a125fd50f94aff50082a7738607be5da40a40d /.gitignore | |
parent | compat: workaround Ubuntu 16.10 kernel weirdness (diff) | |
download | wireguard-monolithic-historical-05cad6bc6697e678a150dddc640eb1aac456decf.tar.xz wireguard-monolithic-historical-05cad6bc6697e678a150dddc640eb1aac456decf.zip |
gitignore: ignore split DWARF debug info
Signed-off-by: Samuel Holland <samuel@sholland.org>
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 |