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 | |
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]>
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | cmd/splat/.gitignore (renamed from cmd/.gitignore) | 1 | ||||
-rw-r--r-- | module/.gitignore | 2 |
3 files changed, 4 insertions, 1 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 diff --git a/cmd/.gitignore b/cmd/splat/.gitignore index 754846b75..97325b30d 100644 --- a/cmd/.gitignore +++ b/cmd/splat/.gitignore @@ -1,2 +1 @@ -/spl /splat diff --git a/module/.gitignore b/module/.gitignore index 95e2d8cbd..907099287 100644 --- a/module/.gitignore +++ b/module/.gitignore @@ -9,3 +9,5 @@ modules.order /.tmp_versions /Module.markers /Module.symvers + +!Makefile.in |