How stop tracking a file?
From: jeff millar <hidden>
Date: 2016-06-15 22:41:58
From: jeff millar <hidden>
Date: 2016-06-15 22:41:58
cg-rm does two things rm -f "$@" git-update-cache --remove -- "$@" Does cg support a way to stop tracking a file without deleting it? The idea was to cg-init an entire directory (such as /etc/ or some existing software project) and then selectivly stop tracking files, such as *.o, selected binaries, ld.so.cache, etc. as they turned up. thanks, jeff