From 0493a2de200e47498509f97c37e816e034f5ea92 Mon Sep 17 00:00:00 2001 From: Miguel Griffa Date: Sun, 9 Jan 2005 21:11:44 +0000 Subject: [PATCH] ignore eclipse project configuration since it is generated by maven eclipse plugin git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3121 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/.cvsignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pmd/.cvsignore b/pmd/.cvsignore index 5945daff6f..19e553fda6 100644 --- a/pmd/.cvsignore +++ b/pmd/.cvsignore @@ -1,3 +1,5 @@ build.properties target velocity.log +.classpath +.project