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