2477 @param autoAdd flag indicating to add it automatically (boolean) |
2477 @param autoAdd flag indicating to add it automatically (boolean) |
2478 @return flag indicating success |
2478 @return flag indicating success |
2479 """ |
2479 """ |
2480 status = False |
2480 status = False |
2481 ignorePatterns = [ |
2481 ignorePatterns = [ |
|
2482 "glob:.eric6project", |
|
2483 "glob:_eric6project", |
2482 "glob:.eric5project", |
2484 "glob:.eric5project", |
2483 "glob:_eric5project", |
2485 "glob:_eric5project", |
2484 "glob:.eric4project", |
2486 "glob:.eric4project", |
2485 "glob:_eric4project", |
2487 "glob:_eric4project", |
2486 "glob:.ropeproject", |
2488 "glob:.ropeproject", |