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 /.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 '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 27069f5c7..4e0a2db93 100644 --- a/.gitignore +++ b/.gitignore @@ -14,20 +14,13 @@ # Normal rules # *.[oa] -*.ko -*.ko.unsigned -*.ko.out -*.ko.out.sig *.lo *.la -*.mod.c *~ *.swp -.*.cmd .deps .libs .DS_Store -modules.order Makefile Makefile.in |