Ignore deleted files in git?
Posted
by matthavener
on Stack Overflow
See other posts from Stack Overflow
or by matthavener
Published on 2010-04-12T14:48:50Z
Indexed on
2010/04/12
14:53 UTC
Read the original article
Hit count: 154
Is it possible to ignore deleted files in git? git update-index --assume-unchanged allows me to ignore modifications, but it still tracks deletions.
(This is similar, but I couldn't find where "John Doe" restated his question: http://stackoverflow.com/questions/655243/ignore-modified-but-not-committed-files-in-git)
© Stack Overflow or respective owner