From: Vadim Zeitlin Date: Sat, 6 Feb 1999 23:34:28 +0000 (+0000) Subject: more files to ignore in cvs commands (setup.h, lex_yy.c, y_tab.c) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f3033278722328d37b98406b45060a2a3b8b1877 more files to ignore in cvs commands (setup.h, lex_yy.c, y_tab.c) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/.cvsignore b/include/wx/msw/.cvsignore new file mode 100644 index 0000000000..287bbaad65 --- /dev/null +++ b/include/wx/msw/.cvsignore @@ -0,0 +1 @@ +setup.h \ No newline at end of file diff --git a/src/common/.cvsignore b/src/common/.cvsignore new file mode 100644 index 0000000000..d48f0c722b --- /dev/null +++ b/src/common/.cvsignore @@ -0,0 +1,2 @@ +y_tab.c +lex_yy.c \ No newline at end of file