From 97bbc535e7229fcd758e80c9c42ae267568a0d5d Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Wed, 8 May 2002 13:14:40 +0000 Subject: [PATCH] ignore Mac OS X specific files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- .cvsignore | 1 + src/.cvsignore | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 220411b107..7097a7b65b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -57,3 +57,4 @@ win32-release *tags log univtags.cmd +.DS_Store diff --git a/src/.cvsignore b/src/.cvsignore index 249ac0c63b..ff7e44d7d5 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -9,4 +9,6 @@ make.env makeprog.env makelib.env wxwindowsM*Data -wxwindowsM5.mcp \ No newline at end of file +wxwindowsM5.mcp +build +.DS_Store