]> granicus.if.org Git - zfs/commitdiff
Improve gitignore
authorChunwei Chen <david.chen@osnexus.com>
Wed, 24 May 2017 22:23:37 +0000 (15:23 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 25 May 2017 17:12:50 +0000 (10:12 -0700)
Exclude Makefile.in in module/ and fix the gitignore in cmd/
Also, ignore *.patch and *.orig files

Signed-off-by: Chunwei Chen <david.chen@osnexus.com>
.gitignore
cmd/splat/.gitignore [moved from cmd/.gitignore with 58% similarity]
module/.gitignore

index 4de02fba6a489313a6428a5b1f6ba0e2514bb339..de9d878085c74478671b79ca1dc156d7c3f6b16c 100644 (file)
@@ -48,3 +48,5 @@ cscope.*
 *.rpm
 *.deb
 *.tar.gz
+*.patch
+*.orig
similarity index 58%
rename from cmd/.gitignore
rename to cmd/splat/.gitignore
index 754846b75d70e4c1cc3787ea92b0195af103e660..97325b30d578ec4709be324e8f601e560da38997 100644 (file)
@@ -1,2 +1 @@
-/spl
 /splat
index 95e2d8cbd79c42cb30cd1c30b61c5b7842d451b8..90709928749cb59ddbd46aeeefc02656c8499598 100644 (file)
@@ -9,3 +9,5 @@ modules.order
 /.tmp_versions
 /Module.markers
 /Module.symvers
+
+!Makefile.in