From f88dba2d9c19b5397c14b7709cae714f0041d3f4 Mon Sep 17 00:00:00 2001 From: James Cloos Date: Thu, 23 Aug 2007 21:21:52 -0400 Subject: [PATCH] Remove deprecated .cvsignore The repo already has a .gitignore, so just rm the old .cvsignore. Also removed a blank line from .gitignore. --- .cvsignore | 15 --------------- .gitignore | 1 - 2 files changed, 16 deletions(-) delete mode 100644 .cvsignore diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 44db55f..0000000 --- a/.cvsignore +++ /dev/null @@ -1,15 +0,0 @@ -.deps -Makefile -Makefile.in -aclocal.m4 -autom4te.cache -config.h -config.h.in -config.log -config.status -configure -depcomp -install-sh -missing -stamp-h1 -xcompmgr diff --git a/.gitignore b/.gitignore index 04d4700..ce80b37 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,3 @@ missing stamp-h1 xcompmgr *.o -