6092e06459
There is more than that here. I had a bad commit of a bunch of temporary files, I had to reset back in time, and now I am doing a massive commit. Sorry.
17 lines
248 B
Batchfile
17 lines
248 B
Batchfile
REM WINDOWS script to delete all files
|
|
|
|
rm --f *.tex
|
|
rm --f *.toc
|
|
rm --f *.aux
|
|
rm --f *.log
|
|
rm --f *.out
|
|
rm --f book.ipynb
|
|
rm --f book.toc
|
|
rm --f book.tex
|
|
|
|
rm --f chapter.ipynb
|
|
rm --f chapter.pdf
|
|
|
|
rmdir /S /Q book_files
|
|
rmdir /S /Q chapter_files
|