Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.gitignore ファイルに入れます
.apt_generated
しかし、毎回EclipseでプロジェクトeGitを再コンパイルした後、git status -s.apt_generatedのファイルが変更されたことを示しています。
git status -s
.gitignore一度コミットした後に追加した場合は、次のように入力してインデックスから削除する必要があります
.gitignore
git rm --cached .apt_generated