On Thu, Jan 14, 2016 at 8:40 AM, sebb <[email protected]> wrote: > > We either need to .gitgnore Gemfile.lock or track it in Git > I don't really care which, but it's a nuisance at present as it > appears my workspace is out of date.
I'm confused: rubys@rubyimac:~/git/whimsy$ find . -name .gitignore | xargs grep Gemfile.lock ./www/.gitignore:Gemfile.lock ./www/secmail/.gitignore:Gemfile.lock ./www/test/icla/.gitignore:Gemfile.lock rubys@rubyimac:~/git/whimsy$ git st rubys@rubyimac:~/git/whimsy$ ls -l www/Gemfile.lock -rw-r--r-- 1 rubys staff 584 Jan 13 14:35 www/Gemfile.lock rubys@rubyimac:~/git/whimsy$ If there is a .gitignore file that needs to be updated, please feel free to do so. - Sam Ruby
