module/.gitignore: Add *.dwo (#4580)

These files get generated when CONFIG_DEBUG_INFO_DWARF4 is enabled in
Linux .config.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4580
This commit is contained in:
Vitaut Bajaryn 2016-05-02 18:07:04 +02:00 committed by Brian Behlendorf
parent 874bd959f4
commit ef1c27117b

1
module/.gitignore vendored
View File

@ -2,6 +2,7 @@
*.ko.unsigned *.ko.unsigned
*.ko.out *.ko.out
*.ko.out.sig *.ko.out.sig
*.dwo
.*.cmd .*.cmd
/.tmp_versions /.tmp_versions