From ef1c27117beae38fb87372b914ed9898ba7ef748 Mon Sep 17 00:00:00 2001 From: Vitaut Bajaryn Date: Mon, 2 May 2016 18:07:04 +0200 Subject: [PATCH] module/.gitignore: Add *.dwo (#4580) These files get generated when CONFIG_DEBUG_INFO_DWARF4 is enabled in Linux .config. Signed-off-by: Brian Behlendorf Closes #4580 --- module/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/module/.gitignore b/module/.gitignore index 9a413aeb4..932ce5c4f 100644 --- a/module/.gitignore +++ b/module/.gitignore @@ -2,6 +2,7 @@ *.ko.unsigned *.ko.out *.ko.out.sig +*.dwo .*.cmd /.tmp_versions