From 74df5435965e9389829e4b96d4d6b359599cb7df Mon Sep 17 00:00:00 2001 From: darin Date: Mon, 10 Oct 2005 18:54:37 +0000 Subject: [PATCH] * .cvsignore: Added. Ignore Makefile.in and Makefile. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@12205 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- JavaScriptGlue/.cvsignore | 2 ++ JavaScriptGlue/ChangeLog | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 JavaScriptGlue/.cvsignore diff --git a/JavaScriptGlue/.cvsignore b/JavaScriptGlue/.cvsignore new file mode 100644 index 000000000000..282522db0342 --- /dev/null +++ b/JavaScriptGlue/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/JavaScriptGlue/ChangeLog b/JavaScriptGlue/ChangeLog index 3f0bce393c94..5c8fa56588e0 100644 --- a/JavaScriptGlue/ChangeLog +++ b/JavaScriptGlue/ChangeLog @@ -1,3 +1,7 @@ +2005-10-10 Darin Adler + + * .cvsignore: Added. Ignore Makefile.in and Makefile. + 2005-10-07 Timothy Hatcher Reviewed by Maciej. -- 2.36.0