[MonoDevelop] gitignore

Michael Hutchinson m.j.hutchinson at gmail.com
Fri Aug 13 13:19:43 EDT 2010


On Fri, Aug 13, 2010 at 11:02 AM, Eric Schaefer
<eric.schaefer at ericschaefer.org> wrote:
> Hi List!
>
> Is there a comprehensive list for all the files generated by MD that
> can be ignored (e.g. via gitignore)?
> I figured out I can ignore
>
> *.pidb
> *.resources
> *.userprefs
> test-results/
> bin/

*.usertasks

There are also some for VS:

*.suo
*.user
obj/

and you might want to ignore autosave files:

*~

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list