diff options
author | Jan Engelhardt <[email protected]> | 2013-03-30 03:31:52 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-04-02 11:07:52 -0700 |
commit | a9e86ac4fd080328742a52362110c1d344fb2799 (patch) | |
tree | 33e003cbc1e313c7f9b81453e056ecbeb9561898 /module/.gitignore | |
parent | 92c4ea38c9bd4dc619e4e82bb15c30618878793a (diff) |
gitignore: anchor entries at their respective directory
.ko is specific to module, .m4 to config, etc.
Signed-off-by: Jan Engelhardt <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'module/.gitignore')
-rw-r--r-- | module/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/module/.gitignore b/module/.gitignore index 611c51c42..95e2d8cbd 100644 --- a/module/.gitignore +++ b/module/.gitignore @@ -1,3 +1,11 @@ +*.ko +*.ko.unsigned +*.ko.out +*.ko.out.sig +*.mod.c +.*.cmd +modules.order + /.tmp_versions /Module.markers /Module.symvers |