From dc27c2698674d09a6a6e801eb0a0f507e34858b7 Mon Sep 17 00:00:00 2001 From: Peter Corke Date: Mon, 23 Jul 2018 07:13:51 -0400 Subject: [PATCH] Hide temporary files from distrib process and manual building --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.gitignore b/.gitignore index f495800e..1fb429e6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,21 @@ *.log *.aux *.idx +*.ist *.jar *.class simulink slprj *~ distrib/tmp +distrib/*.zip +distrib/*.mltbx .DS_Store +doc/manual/figs/*-converted-to +doc/manual/release.tex +doc/manual/robot.out +doc/manual/robot.pdf +doc/manual/robot.toc +doc/manual/robot.synctex.gz +doc/manual/all.tex +Contents.m \ No newline at end of file