Adding .pmdruleset.xml to .gitignore
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f4682ef6 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f4682ef6 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f4682ef6 Branch: refs/heads/2.6.x-fixes Commit: f4682ef6d68710b241e48e968ce18f90bf6662c1 Parents: df7119a Author: Alessio Soldano <[email protected]> Authored: Fri Mar 21 15:10:13 2014 +0100 Committer: Alessio Soldano <[email protected]> Committed: Fri Mar 21 16:25:49 2014 +0100 ---------------------------------------------------------------------- .gitignore | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/f4682ef6/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index 8f1a7ad..45d1c00 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ .classpath .pmd .pmdruleset +.pmdruleset.xml .project .ruleset .settings/
