Skip to content

Commit

Permalink
add ignor list
Browse files Browse the repository at this point in the history
  • Loading branch information
gevorg95 committed Mar 29, 2020
1 parent 01c54ff commit e1f05d9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/cls/dev/FileManExtension.cls
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ Method OnBeforeSave(InternalName As %String, Location As %String = "", Object As
/// just saved. It can be use to export this documement to an external form for example.
Method OnAfterSave(InternalName As %String, Object As %RegisteredObject = {$$$NULLOREF}) As %Status
{
set ignorList = $lb("dev.code.CLS",
"dev.deepsee.CLS",
"dev.FileManExtension.CLS",
"dev.diff.gitHub.CLS",
"dev.diff.gitLocal.CLS",
"dev.diff.utils.CLS")
quit:$lf(ignorList, InternalName)=1 $$$OK

set classAndRoutinesExts = $lb("cls","mac","int","inc")

set ext = $zcvt($p(InternalName,".",*), "l")
Expand Down

0 comments on commit e1f05d9

Please sign in to comment.