I fork the codebase on my local computer. Then I .configure &amp; make &amp; make install, as a result, there are many compiled things like bin or *.o files.<div><br></div><div>To avoid add them to my commit, I modify .gitignore to ignore them all.</div>
<div><br></div><div>But I can&#39;t avoid add .gitignore at all, isn&#39;t it?</div><div><br></div><div>So how do you solve this problem?</div>