From 32a03614427beca95df615b16c35149a712d2a0a Mon Sep 17 00:00:00 2001
From: Denis Defreyne <denis.defreyne@stoneship.org>
Date: Sun, 23 Oct 2016 15:03:16 +0200
Subject: [PATCH 1/3] Nanoc: Fix capitalisation of Nanoc

---
 Nanoc.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Nanoc.gitignore b/Nanoc.gitignore
index abc21828..14a637fb 100644
--- a/Nanoc.gitignore
+++ b/Nanoc.gitignore
@@ -1,4 +1,4 @@
-# For projects using nanoc (http://nanoc.ws/)
+# For projects using Nanoc (http://nanoc.ws/)
 
 # Default location for output, needs to match output_dir's value found in config.yaml
 output/

From 3cc7c492da3d5507569ef66366db7b27610124f6 Mon Sep 17 00:00:00 2001
From: Denis Defreyne <denis.defreyne@stoneship.org>
Date: Sun, 23 Oct 2016 15:04:39 +0200
Subject: [PATCH 2/3] Nanoc: Improve grammar

---
 Nanoc.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Nanoc.gitignore b/Nanoc.gitignore
index 14a637fb..0242ba4f 100644
--- a/Nanoc.gitignore
+++ b/Nanoc.gitignore
@@ -1,6 +1,6 @@
 # For projects using Nanoc (http://nanoc.ws/)
 
-# Default location for output, needs to match output_dir's value found in config.yaml
+# Default location for output (needs to match output_dir's value found in config.yaml)
 output/
 
 # Temporary file directory

From 2736857d9bf43b23c2e9c6475d0d3136d34e5c61 Mon Sep 17 00:00:00 2001
From: Denis Defreyne <denis.defreyne@stoneship.org>
Date: Sun, 23 Oct 2016 15:05:29 +0200
Subject: [PATCH 3/3] Nanoc: Mention nanoc.yaml rather than config.yaml

---
 Nanoc.gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Nanoc.gitignore b/Nanoc.gitignore
index 0242ba4f..3f36ea2a 100644
--- a/Nanoc.gitignore
+++ b/Nanoc.gitignore
@@ -1,6 +1,6 @@
 # For projects using Nanoc (http://nanoc.ws/)
 
-# Default location for output (needs to match output_dir's value found in config.yaml)
+# Default location for output (needs to match output_dir's value found in nanoc.yaml)
 output/
 
 # Temporary file directory