blob: e08fe43f00e1bb0ec1bf36d4138e6cbcc0173c8a [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en">
<HEAD>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"></script>
<title>Ignored Resources</title>
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1 CLASS="Head">Team Ignored Resources</H1>
<P CLASS="Intro"> On the
<a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.team.ui.IgnorePreferences)")'>
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png" alt="command link">
<strong>Team &gt; Ignored Resources</strong></a>
preference
page, you can specify file name patterns to exclude from the version control
management system. There is a list of file patterns against which resources
will be matched before they are considered as version control candidates.&nbsp;
These patterns may contain the wildcard characters "*" and "?".&nbsp; This pattern
"*" represents any sequence of zero or more characters.&nbsp; This pattern "?"
represents any one character.&nbsp; For example, you can specify a pattern of
"*~", which would match any temporary files that end with "~".&nbsp;&nbsp; Any
file or directory that matches any one of the patterns will be ignored during&nbsp;
update or commit operations.</p>
<P CLASS="Para"> To add a file type to the ignore list, simply click <strong>Add
Pattern</strong>. In the dialog, enter a file type (e.g. *.class). To remove
a file type from the ignore list, simply select the file type in the ignore
list and click <strong>Remove</strong>.&nbsp;</P>
<P CLASS="Para"> You can temporarily disable ignoring the file pattern by deselecting
it from the list. You do not have to remove the specified file pattern from
the list to temporarily disable it.</P>
<P>Here is what the Ignored Resources preference page looks like:&nbsp;&nbsp;
</P>
<img src="../images/Image_ignore_pref.png" alt="Ignored Resources Preference Page" border="0">
<P CLASS="Para">&nbsp;</P>
<p><img border="0" src="../images/ngrelr.png" alt="Related reference"
>
<br>
<a href="ref-48a.htm">Ignoring Resources from Version Control</a>
</p>
</BODY>
</HTML>