Skip to content

Instantly share code, notes, and snippets.

@Xennis
Last active August 29, 2015 14:08
Show Gist options
  • Save Xennis/dbfc0f0ace304d1f76f2 to your computer and use it in GitHub Desktop.
Save Xennis/dbfc0f0ace304d1f76f2 to your computer and use it in GitHub Desktop.
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: LaTeX_clean.bat
:: Source: https://gist.github.com/Xennis/dbfc0f0ace304d1f76f2
::
:: Based on Git ignore list:
:: http://xennis.org/wiki/Git_-_Ignore#LaTeX
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Generated files
del *.aux
del *.blg
del *.dvi
del *.fdb_latexmk
del *.idx
del *.ilg
del *.lof
del *.log
del *.lol
del *.lot
del *.out
del *.synctex.gz
del *.tex.bak
del *.toc
:: Bibliography files
del *.bbl
:: Nomenclature files
del *.nlo
del *.nls
:: Gnuplot files
del *.*.gnuplot
del *.*.table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment