Module gitignore

Source
Expand description

File and directory ignore handler

Enums§

IgnoreOperation
Used to signal ignored files and directories to the ignore handler

Functions§

make_ignore_handler
Spawn a thread that writes ignored files and directories to .gitignore
update_dir_gitignores
Write file and directory names to .gitignore found in the same dir
update_file_gitignores
Write file and directory names to .gitignore found in the same dir

Type Aliases§

IgnoreOp
Used to signal ignored files and directories to the ignore handler If None is sent, the ignore handler quits