From f3033278722328d37b98406b45060a2a3b8b1877 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 6 Feb 1999 23:34:28 +0000 Subject: [PATCH] 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 --- include/wx/msw/.cvsignore | 1 + src/common/.cvsignore | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 include/wx/msw/.cvsignore create mode 100644 src/common/.cvsignore 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 -- 2.50.0