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 /.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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1eb3b9b4d..318a43434 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,5 @@ cscope.* *.rpm *.deb *.tar.gz +*.patch +*.orig |