diff options
author | Jan Engelhardt <[email protected]> | 2013-03-30 03:31:52 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-04-02 10:50:17 -0700 |
commit | ea0fcfc8752f96ad518793f946b84394a679640c (patch) | |
tree | d192a3b7f5a4d4b1000d1c51c4ed18e5c78704e7 /module/.gitignore | |
parent | ecf76e36767cbd5f320d49c9902def14ff89c4a0 (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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/module/.gitignore b/module/.gitignore index 611c51c42..9a413aeb4 100644 --- a/module/.gitignore +++ b/module/.gitignore @@ -1,3 +1,9 @@ +*.ko +*.ko.unsigned +*.ko.out +*.ko.out.sig +.*.cmd + /.tmp_versions /Module.markers /Module.symvers |