背景
あんまり使わないけど覚えておかないと面倒になるやつ。
調べるのもだるいので覚書しておく。
.gitignore じゃあない。
あ、Windows環境やで
notepad .git/info/exclude
したら .gitignore とおんなじ感じで無視したいファイルを追加する
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
# ここらへんにてきとうに
Gitのアレを更新する
あれだよ…ホラ…アレ…
git update-index --assume-unchanged <FILE_PATH>
おっけ、消えた。