Re: Bug Report: Too many untracked files (gitignore)

2016-09-02 Thread Brian Levinstein
The patterns in question do contain a slash, although they don't start with a slash. I tried changing it to "!/.vim/colors/*" as you recommended, with no change in behavior. I even tried adding a leading slash to every pattern in gitignore, with no effect. Removing the line with "!/.vim/colors/*"

Re: Bug Report: Too many untracked files (gitignore)

2016-09-02 Thread Stefan Beller
On Fri, Sep 2, 2016 at 4:06 PM, Brian Levinstein wrote: > The relevant repo is here: > https://github.com/blevinstein/dotfiles > > My gitignore file looks like this: > https://github.com/blevinstein/dotfiles/blob/2400ca8642a7b454a2bfc54e8402343d008836aa/.gitignore > It basically ignores all files,

Bug Report: Too many untracked files (gitignore)

2016-09-02 Thread Brian Levinstein
The relevant repo is here: https://github.com/blevinstein/dotfiles My gitignore file looks like this: https://github.com/blevinstein/dotfiles/blob/2400ca8642a7b454a2bfc54e8402343d008836aa/.gitignore It basically ignores all files, except for specifically whitelisted files. However, when I run "git