Checks if an entry (pattern) is duplicated in the ignore file (e.g. .gitignore, .hgignore). Duplicate entries in these files are redundant and can be removed.

Example:

    # Output directories
    /out/
    /target/
    /out/