Last active
August 29, 2015 14:08
-
-
Save Xennis/dbfc0f0ace304d1f76f2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
:: 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