1#!/bin/bash 2 3# Copyright (c) 2012 The Chromium Authors. All rights reserved. 4# Use of this source code is governed by a BSD-style license that can be 5# found in the LICENSE file. 6 7rm annotated.html 8rm bc_s.png 9rm classes.html 10rm closed.png 11rm doxygen.png 12rm functions*.* 13rm globals*.* 14rm index_8dox.html 15rm namespacemembers.html 16rm namespacemembers_func.html 17rm namespaces.html 18rm nav_f.png 19rm nav_h.png 20rm open.png 21rm tab_a.png 22rm tab_b.png 23rm tab_h.png 24rm tab_s.png 25# all .map and all .md5 files 26rm *.md5 27rm *.map 28rm *.css 29rm index.html 30rm jquery.js 31rm hierarchy.html 32 33 34 35 36