summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorChunwei Chen <[email protected]>2017-05-24 15:23:37 -0700
committerBrian Behlendorf <[email protected]>2017-05-25 10:12:50 -0700
commit3bda331ba8a609cd72be8f67946e12ffe1fcf4f2 (patch)
tree05c200491afb6bb52ed62a8ca5a86dcd7a6d3ba7 /.gitignore
parent2ded1c7eff76f9f53b179659f25f3868b6a354ec (diff)
Improve gitignore
Exclude Makefile.in in module/ and fix the gitignore in cmd/ 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 4de02fba6..de9d87808 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,5 @@ cscope.*
*.rpm
*.deb
*.tar.gz
+*.patch
+*.orig