summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2007-03-31 00:07:22 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2008-02-13 14:50:30 -0600
commit3d06507f96c886df6ff5cf6c1221d4f67b62e910 (patch)
treeb31dcf339c7918b9507f1e3ae9ebd8ef2a059cd1
parent279970756ca8159c8de551593844ff4074ce146d (diff)
downloadrancid-git-rcs.tar.gz
rancid-git-rcs.tar.xz
rancid-git-rcs.zip
Don't need to ignore .cvsignore in a Git repository.git-rcs-2.3.2a8-1git-rcs
-rw-r--r--bin/rancid-cvs.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/rancid-cvs.in b/bin/rancid-cvs.in
index 506a277..f2ae6f8 100644
--- a/bin/rancid-cvs.in
+++ b/bin/rancid-cvs.in
@@ -120,7 +120,6 @@ if [ ! -d $CVSROOT ]; then
echo "/.lockfile" >> .gitignore
echo "*~" >> .gitignore
echo ".#*" >> .gitignore
- echo ".cvsignore" >> .gitignore
echo "*.new" >> .gitignore
git add .gitignore
git commit -m "Initializing repository."