[racket-dev] How to avoid to modify .gitignore when pull request
I fork the codebase on my local computer. Then I .configure & make & make
install, as a result, there are many compiled things like bin or *.o files.
To avoid add them to my commit, I modify .gitignore to ignore them all.
But I can't avoid add .gitignore at all, isn't it?
So how do you solve this problem?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/dev/archive/attachments/20121213/15a5d4f6/attachment.html>