Function

Ideg_file_is_ignored

Declaration

gboolean
ide_g_file_is_ignored (
  GFile* file
)

Description

Checks if file should be ignored using the internal ignore rules. If you care about the version control system, see IdeVcs and ide_vcs_is_ignored().

Parameters

file

Type: GFile

A GFile.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if file should be ignored; otherwise FALSE.