何故か.cのワイルドカードが使えなかった。
git add *.c
.txt .logはインデックスに追加できた。
シングルコーテーションで囲えばインデックスに追加されました。
git add ‘*.c’
参考
http://stackoverflow.com/questions/12066184/git-add-using-wildcard-is-not-functioning-as-i-hoped-must-i-cd-into-specific
何故か.cのワイルドカードが使えなかった。
git add *.c
.txt .logはインデックスに追加できた。
シングルコーテーションで囲えばインデックスに追加されました。
git add ‘*.c’
参考
http://stackoverflow.com/questions/12066184/git-add-using-wildcard-is-not-functioning-as-i-hoped-must-i-cd-into-specific