From bb7a7113929c3c27d1b385408b48f53aebdb4386 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 9 Jul 2008 14:43:06 +0200 Subject: [PATCH] add .gitignore --- .cvsignore => .gitignore | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename .cvsignore => .gitignore (68%) diff --git a/.cvsignore b/.gitignore similarity index 68% rename from .cvsignore rename to .gitignore index 2e5a91e..2555f0f 100644 --- a/.cvsignore +++ b/.gitignore @@ -1,10 +1,12 @@ +*.o +*.so +*.cache configure -config.log -config.cache -config.status -config.h +config.* .depend +install-sh Makefile +po/*.mo test testgrid whiptail -- 2.47.3