[git-users] git make in the project directory

2012-11-14 Thread John McKown
This just occurred to me. I am running on Linux. I use make to do my compiles. Which I do in the working directory. I don't want the results of the compiles to be tracked in git. What I have done in the past is to have a clean directory when I did the git commit, often with a make clean

Re: [git-users] git make in the project directory

2012-11-14 Thread Konstantin Khomoutov
On Wed, 14 Nov 2012 07:10:20 -0800 (PST) John McKown john.archie.mck...@gmail.com wrote: This just occurred to me. I am running on Linux. I use make to do my compiles. Which I do in the working directory. I don't want the results of the compiles to be tracked in git. What I have done in the