Skip to content

Commit

Permalink
More Doxygen files to clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kyz committed Aug 6, 2017
1 parent 1703820 commit ca6e065
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions libmspack/cleanup.sh
Expand Up @@ -2,8 +2,7 @@
topdir=`pwd`
for x in . doc mspack test
do
cd $x
cd "$topdir/$x"
chmod -R a+rwx `cat .gitignore` 2>/dev/null
rm -vrf `cat .gitignore`
cd $topdir
done
3 changes: 3 additions & 0 deletions libmspack/doc/.gitignore
Expand Up @@ -5,12 +5,15 @@ dynsections.js
files.html
functions*.html
globals*.html
graph_legend.html
index.html
mspack*.html
struct*.html
doxygen.*
tab*
*.png
*.md5
*.map
jquery.js
installdox
search
Expand Down

0 comments on commit ca6e065

Please sign in to comment.