aboutsummaryrefslogtreecommitdiff
path: root/ikiwiki-makerepo
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-12-22 12:10:57 -0400
committerJoey Hess <joey@kitenet.net>2011-12-24 19:43:16 -0400
commit855d3a52d4026ddda162d897965d5604a8b8acd4 (patch)
tree6252a97c543486505842995aa5795953008b62d8 /ikiwiki-makerepo
parent767c58d7a5c5f2944b30b8eb2c68c6c1238f43fa (diff)
downloadikiwiki-855d3a52d4026ddda162d897965d5604a8b8acd4.tar
ikiwiki-855d3a52d4026ddda162d897965d5604a8b8acd4.tar.gz
remove /recentchanges from .gitignore
recentchanges cruft is now stored under .ikiwiki
Diffstat (limited to 'ikiwiki-makerepo')
-rwxr-xr-xikiwiki-makerepo1
1 files changed, 0 insertions, 1 deletions
diff --git a/ikiwiki-makerepo b/ikiwiki-makerepo
index 6951ca0de..c3a13c214 100755
--- a/ikiwiki-makerepo
+++ b/ikiwiki-makerepo
@@ -86,7 +86,6 @@ git)
cd "$srcdir"
git init
echo /.ikiwiki > .gitignore
- echo /recentchanges >> .gitignore
git add .
git commit -m "initial commit"
git remote add origin "$repository"