diff options
author | Chunwei Chen <[email protected]> | 2017-05-24 15:56:10 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-05-25 10:14:13 -0700 |
commit | 952e490b1b243c1203fe94f4614ab1e46a52237d (patch) | |
tree | 04a9ecf140c004a78b500188dca85c7293a3bd83 /module/.gitignore | |
parent | 3e6c9433474f0b6fc4880549c851bfb151c8c719 (diff) |
Improve gitignore
Ignore .*.d and exclude Makefile.in in module/
Also, ignore *.patch and *.orig files
Signed-off-by: Chunwei Chen <[email protected]>
Diffstat (limited to 'module/.gitignore')
-rw-r--r-- | module/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/module/.gitignore b/module/.gitignore index 932ce5c4f..f81bf6e6d 100644 --- a/module/.gitignore +++ b/module/.gitignore @@ -4,7 +4,10 @@ *.ko.out.sig *.dwo .*.cmd +.*.d /.tmp_versions /Module.markers /Module.symvers + +!Makefile.in |