Skip to content
  • Duy Nguyen's avatar
    Introduce "precious" file concept · 9efddd62
    Duy Nguyen authored
    
    
    A new attribute "precious" is added to indicate that certain files
    have valuable content and should not be easily discarded even if they
    are ignored or untracked.
    
    So far there are one part of Git that are made aware of precious
    files: "git clean" will leave precious files alone.
    
    Signed-off-by: default avatarNguyễn Thái Ngọc Duy <pclouds@gmail.com>
    9efddd62