summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChunwei Chen <[email protected]>2017-05-24 15:56:10 -0700
committerBrian Behlendorf <[email protected]>2017-05-25 10:14:13 -0700
commit952e490b1b243c1203fe94f4614ab1e46a52237d (patch)
tree04a9ecf140c004a78b500188dca85c7293a3bd83 /.gitignore
parent3e6c9433474f0b6fc4880549c851bfb151c8c719 (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--.gitignore2
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