diff options
author | Vitaut Bajaryn <[email protected]> | 2016-05-02 18:07:04 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-05-02 09:07:04 -0700 |
commit | ef1c27117beae38fb87372b914ed9898ba7ef748 (patch) | |
tree | dfc336ef4f4478e3f0d1b99be7eb2b44ffd7234e /module/.gitignore | |
parent | 874bd959f4f15b3d4b007160ee7ad3f4111dd341 (diff) |
module/.gitignore: Add *.dwo (#4580)
These files get generated when CONFIG_DEBUG_INFO_DWARF4 is enabled in
Linux .config.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #4580
Diffstat (limited to 'module/.gitignore')
-rw-r--r-- | module/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |