0N/A * The contents of this file are subject to the terms of the 2N/A * Common Development and Distribution License (the "License"). 0N/A * You may not use this file except in compliance with the License. 0N/A * language governing permissions and limitations under the License. 0N/A * When distributing Covered Code, include this CDDL HEADER in each 0N/A * If applicable, add the following below this CDDL HEADER, with the 0N/A * fields enclosed by brackets "[]" replaced with your own identifying 0N/A * information: Portions Copyright [yyyy] [name of copyright owner] 1335N/A * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved. 1335N/A * This class maintains a list of file names (like "cscope.out"), SRC_ROOT 1335N/A * patterns (like .make.*) which opengrok should ignore. 1335N/A // tags are leftover from the time when ctags did not run daemonized 1335N/A // File Extensions for Visual Studio and Mono Projects 104N/A * Should the file be ignored or not? 104N/A * @param file the file to check 104N/A * @return true if this file should be ignored, false otherwise 104N/A * Should the file be ignored or not? 104N/A * @param name the name of the file to check 104N/A * @return true if this pathname should be ignored, false otherwise