From 371846f21c1136661e64067b0fcfeb35d76f9956 Mon Sep 17 00:00:00 2001 From: Tom Hicks Date: Thu, 10 Aug 2006 00:39:44 -0400 Subject: [PATCH] Added Makefile to .cvsignore because ./configure should generate/symlink a makefile and this should not be in the repository. ~Tom --- src/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/src/.gitignore b/src/.gitignore index 5761abc..6eb25f6 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1 +1,2 @@ *.o +Makefile