mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
updated ignorable files
This commit is contained in:
@@ -253,4 +253,14 @@ public class ExperimentalMode extends JavaMode {
|
||||
if(ExperimentalMode.DEBUG)
|
||||
System.out.print(message);
|
||||
}
|
||||
|
||||
public String[] getIgnorable() {
|
||||
return new String[] {
|
||||
"applet",
|
||||
"application.macosx",
|
||||
"application.windows",
|
||||
"application.linux",
|
||||
".autosave"
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user