[git-users] .gitignore isn't ignoring.

2014-04-18 Thread gordonleema
I'm reading here: http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository 1) Do we put .gitignore at our working directory? I think so according to http://stackoverflow.com/questions/5698148/where-does-gitignore-file-belong *BUT, git isn't ignoring my files.* 2) I'm using

Re: [git-users] .gitignore isn't ignoring.

2014-04-18 Thread Paul Smith
On Fri, 2014-04-18 at 12:49 -0700, gordonle...@gmail.com wrote: I've set intellij to ignore the three build files, but it too doesn't appear to be ignoring it. .gitignore only impacts file which are untracked (that you've never added or committed). You can't ignore files that you've already