Jump to content

a bug in ung's exclude process


photo

Recommended Posts

in ung_x86.exe can use a flag to indicate which path to exclude, so, every time I want to exclude the editor directory, then I use -x editor, in fact , it really excluded the editor directory, but it also excluded the file core\gui\gui_editor.png, because it's filename contains editor.

 

so the ung.exe should only exclude directory, not based on the filename, or, ung.exe should both flag to exclude a directory or a filename pattern.

Link to comment

in ung_x86.exe can use a flag to indicate which path to exclude, so, every time I want to exclude the editor directory, then I use -x editor, in fact , it really excluded the editor directory, but it also excluded the file core\gui\gui_editor.png, because it's filename contains editor.

 

so the ung.exe should only exclude directory, not based on the filename, or, ung.exe should both flag to exclude a directory or a filename pattern.

 

Internally we use following command to exclude editor: ung -d core -x core/editor

Link to comment
×
×
  • Create New...