diff options
author | Chunwei Chen <[email protected]> | 2017-05-24 15:23:37 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-05-25 10:12:50 -0700 |
commit | 3bda331ba8a609cd72be8f67946e12ffe1fcf4f2 (patch) | |
tree | 05c200491afb6bb52ed62a8ca5a86dcd7a6d3ba7 /.gitignore | |
parent | 2ded1c7eff76f9f53b179659f25f3868b6a354ec (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-- | .gitignore | 2 |
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 |