How to exclude a particular category from the category list

http://codex.wordpress.org/Function_Reference/wp_dropdown_categories

use the ‘exclude’ parameter;
example:

$select = wp_dropdown_categories( 'show_option_none=Select&show_count=0&orderby=name&echo=0&hide_empty=0&exclude=10' );