On Oct 4, 2011, at 14:20 , Gilles wrote:

> On Tue, 4 Oct 2011 14:08:49 +0200, Dmitry Chestnykh
> <dmi...@codingrobots.com> wrote:
>> What about */bin/*,*/obj/* ?
> 
> That did it :-)

Great! From your logs I noticed that bin was a subdirectory of another 
directory inside the project root, so just "bin/*" won't do.

> I don't know if it's OK for VB.Net projects to exclude "My Project".
> Likewise, I don't know if the .sln and .user files can be safely
> excluded.

I don't know a lot about Visual Studio, but*.sln looks to me like a solution 
file, don't ignore it.

According to the git ignore template here 
https://github.com/github/gitignore/blob/master/VB.Net.gitignore,
*.user and *.suo are safe to ignore.

--
Dmitry Chestnykh

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to