From 3d06507f96c886df6ff5cf6c1221d4f67b62e910 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 31 Mar 2007 00:07:22 -0500 Subject: Don't need to ignore .cvsignore in a Git repository. --- bin/rancid-cvs.in | 1 - 1 file changed, 1 deletion(-) 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." -- cgit