ramccor / vcscommand

Automatically exported from code.google.com/p/vcscommand
0 stars 0 forks source link

Add gitignore file #73

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I'm using vcscommand plugin under pathogen, and git. Since pathogen 
recreates doc/tags, git repository status always reports that vcscommand 
submodule has untracked content. Can you please add .gitignore file to the 
repository, with content:
*~
*.swp
tags

Thanks :)

Original issue reported on code.google.com by LaladeLa...@gmail.com on 16 Feb 2011 at 2:56

GoogleCodeExporter commented 9 years ago
I'd rather not, as I don't want to be on the hook for maintaining it for every 
possible set of tools used by others.

You can always create your own.  I often create .gitignore files where the 
first line is '.gitignore'.

Original comment by bob.hies...@gmail.com on 23 Feb 2011 at 5:13