Re: [Vim-latex-devel] gitignore

2011-09-24 Thread Ted Pavlic
Fantastic idea. Pathogen should make installation (and maintenance) of vim-latex-git much easier. I use hg primarily, and so I always forget about git's peculiarities, but I'm not sure why you would have any trouble with those files not being ignored so long as they're not staged. Nevertheless, I

Re: [Vim-latex-devel] gitignore

2011-09-24 Thread Ted Pavlic
If I didn't make it clear, I just committed that new .gitignore. On Sat, Sep 24, 2011 at 5:40 PM, Ted Pavlic wrote: > Fantastic idea. > > Pathogen should make installation (and maintenance) of vim-latex-git > much easier. > > I use hg primarily, and so I always forget about git's peculiarities, >

[Vim-latex-devel] gitignore

2011-09-23 Thread Charles LeDoux
Hello, Would it be possible to add the lines doc/tags *.pyc to the .gitignore file. I have a vim setup using the pathogen plugin and submodules, so if I edit the file without it being commited upstream, I won't be able to clone my vim superproject. Charles LeDoux --