From 74933be888e044ae560859d7b09a6d3cb3292ae6 Mon Sep 17 00:00:00 2001 From: Tom Hicks Date: Thu, 10 Aug 2006 01:20:45 -0400 Subject: [PATCH] Added Makefile to .cvsignore because ./configure should generate/symlink a makefile and this should not be in the repository. ~Tom --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index afa36b7..288ec1a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ OpenArena-0.1.2-alpha.exe vc70.idb OpenArena oa.exe -UpgradeLog.XML \ No newline at end of file +UpgradeLog.XML +Makefile