eric7/Documentation/Source/eric7.Project.Project.html

branch
eric7
changeset 8403
d9fd02e8c28b
parent 8372
e0227a7c850e
child 8466
bb21fd901f49
diff -r 0a80c37a868a -r d9fd02e8c28b eric7/Documentation/Source/eric7.Project.Project.html
--- a/eric7/Documentation/Source/eric7.Project.Project.html	Sun May 30 19:03:39 2021 +0200
+++ b/eric7/Documentation/Source/eric7.Project.Project.html	Thu Jun 03 15:58:59 2021 +0200
@@ -701,6 +701,10 @@
 <td>Public method to get the project hash.</td>
 </tr>
 <tr>
+<td><a href="#Project.getIgnorePatterns">getIgnorePatterns</a></td>
+<td>Public method to get the list of file name patterns for files to be ignored.</td>
+</tr>
+<tr>
 <td><a href="#Project.getMainScript">getMainScript</a></td>
 <td>Public method to return the main script filename.</td>
 </tr>
@@ -2501,8 +2505,8 @@
 <dt><i>associationType</i> (str)</dt>
 <dd>
 type of the association (one of FORMS,
-            INTERFACES, OTHERS, PROTOCOLS, RESOURCES, SOURCES or
-            TRANSLATIONS)
+            INTERFACES, OTHERS, PROTOCOLS, RESOURCES, SOURCES,
+            TRANSLATIONS or __IGNORE__)
 </dd>
 </dl>
 <dl>
@@ -2530,6 +2534,26 @@
 project hash as a hex string (string)
 </dd>
 </dl>
+<a NAME="Project.getIgnorePatterns" ID="Project.getIgnorePatterns"></a>
+<h4>Project.getIgnorePatterns</h4>
+<b>getIgnorePatterns</b>(<i></i>)
+
+<p>
+        Public method to get the list of file name patterns for files to be
+        ignored.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+list of ignore file name patterns
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
+</dd>
+</dl>
 <a NAME="Project.getMainScript" ID="Project.getMainScript"></a>
 <h4>Project.getMainScript</h4>
 <b>getMainScript</b>(<i>normalized=False</i>)

eric ide

mercurial