for C++ projects based in VS2008/10, I have the following ignore glob, which
seems to work pretty well:

*.vcxproj.user,*Debug/*,*.suo

Probably you can replace vcx with vb. Of course, YMMV.

I ignore the debug folders since these are used when building, and I assume
I can just build things again to get back the exe from the source.

Hope that helps,

Tomek

On Mon, Oct 3, 2011 at 9:59 AM, Gilles <gilles.gana...@free.fr> wrote:

> Hello
>
>        I'd like to start using Fossil to monitor Vb.Net (2008 Express)
> projects, and need to know which files/folders I can safely ignore
> when using the "add" command.
>
> FWIW, here's a one form + one module project:
> ============
> Directory of C:\Projects\MyApp\WindowsApplication1
>
> 03/10/2011  15:04             3.040 Form1.Designer.vb
> 03/10/2011  15:04             5.814 Form1.resx
> 03/10/2011  15:08             2.903 Form1.vb
> 03/10/2011  13:40               194 Module1.vb
> 03/10/2011  13:36    <DIR>          bin
> 03/10/2011  13:36    <DIR>          My Project
> 03/10/2011  13:36    <DIR>          obj
> 03/10/2011  13:36               934 WindowsApplication1.sln
> 03/10/2011  13:36             5.678 WindowsApplication1.vbproj
> 03/10/2011  13:36                74 WindowsApplication1.vbproj.user
>
> Directory of C:\Projects\MyApp\WindowsApplication1\bin\Debug
> 03/10/2011  15:08            27.648 WindowsApplication1.exe
> 03/10/2011  15:08            58.880 WindowsApplication1.pdb
> 03/10/2011  15:08            14.328 WindowsApplication1.vshost.exe
> 03/10/2011  15:08               127 WindowsApplication1.xml
>
> Directory of C:\Projects\MyApp\WindowsApplication1\bin\Release
>               0 File(s)              0 bytes
>
> Directory of C:\Projects\MyApp\WindowsApplication1\My Project
> 03/10/2011  02:51             1.522 Application.Designer.vb
> 03/10/2011  02:51               510 Application.myapp
> 03/10/2011  02:51             1.199 AssemblyInfo.vb
> 03/10/2011  02:51             2.807 Resources.Designer.vb
> 30/07/2008  06:54             5.612 Resources.resx
> 03/10/2011  02:51             3.058 Settings.Designer.vb
> 30/07/2008  06:54               279 Settings.settings
>               7 File(s)         14.987 bytes
>
> Directory of C:\Projects\MyApp\WindowsApplication1\obj\Debug
> 03/10/2011  10:56             6.069 ResolveAssemblyReference.cache
> 03/10/2011  13:36    <DIR>          TempPE
> 03/10/2011  15:08            27.648 WindowsApplication1.exe
> 03/10/2011  15:04               180
> WindowsApplication1.Form1.resources
> 03/10/2011  14:30               180
> WindowsApplication1.Form2.resources
> 03/10/2011  15:08            58.880 WindowsApplication1.pdb
> 03/10/2011  13:40               180
> WindowsApplication1.Resources.resources
> 03/10/2011  15:08             2.764
> WindowsApplication1.vbproj.FileListAbsolute.txt
> 03/10/2011  15:04               905
> WindowsApplication1.vbproj.GenerateResource.Cache
> 03/10/2011  15:08               127 WindowsApplication1.xml
>               9 File(s)         96.933 bytes
>
> Directory of C:\Projects\MyApp\WindowsApplication1\obj\Debug\TempPE
> 03/10/2011  13:02             7.680 My
> Project.Resources.Designer.vb.dll
>               1 File(s)          7.680 bytes
>
> Directory of C:\Projects\MyApp\WindowsApplication1\obj\Release
>               0 File(s)              0 bytes
> ============
>
> Thank you.
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
_______________________________________________
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