Last active
December 20, 2018 14:27
-
-
Save rlridenour/48ca01119699d089f2e7ffe57cd3fac5 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
*~ | |
.DS_Store | |
# Compiled source # | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # | |
# it's better to unpack these files and commit the raw source | |
# git has its own built in compression methods | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
*.zip | |
## Core latex/pdflatex auxiliary files: | |
*.aux | |
*.lof | |
*.log | |
*.lot | |
*.fls | |
*.out | |
*.toc | |
## Intermediate documents: | |
*.dvi | |
*-converted-to.* | |
# these rules might exclude image files for figures etc. | |
# *.ps | |
# *.eps | |
## Bibliography auxiliary files (bibtex/biblatex/biber): | |
*.bbl | |
*.bcf | |
*.blg | |
*-blx.aux | |
*-blx.bib | |
*.brf | |
*.run.xml | |
*.rel | |
## Build tool auxiliary files: | |
*.fdb_latexmk | |
*.synctex | |
*.synctex.gz | |
*.synctex.gz(busy) | |
*.pdfsync | |
## Auxiliary and intermediate files from other packages: | |
# algorithms | |
*.alg | |
*.loa | |
# achemso | |
acs-*.bib | |
# amsthm | |
*.thm | |
# beamer | |
*.nav | |
*.snm | |
*.vrb | |
#(e)ledmac/(e)ledpar | |
*.end | |
*.[1-9] | |
*.[1-9][0-9] | |
*.[1-9][0-9][0-9] | |
*.[1-9]R | |
*.[1-9][0-9]R | |
*.[1-9][0-9][0-9]R | |
*.eledsec[1-9] | |
*.eledsec[1-9]R | |
*.eledsec[1-9][0-9] | |
*.eledsec[1-9][0-9]R | |
*.eledsec[1-9][0-9][0-9] | |
*.eledsec[1-9][0-9][0-9]R | |
# glossaries | |
*.acn | |
*.acr | |
*.glg | |
*.glo | |
*.gls | |
# gnuplottex | |
*-gnuplottex-* | |
# hyperref | |
*.brf | |
# knitr | |
*-concordance.tex | |
*.tikz | |
*-tikzDictionary | |
# listings | |
*.lol | |
# makeidx | |
*.idx | |
*.ilg | |
*.ind | |
*.ist | |
# minitoc | |
*.maf | |
*.mtc | |
*.mtc[0-9] | |
*.mtc[1-9][0-9] | |
# minted | |
_minted* | |
*.pyg | |
# morewrites | |
*.mw | |
# mylatexformat | |
*.fmt | |
# nomencl | |
*.nlo | |
# sagetex | |
*.sagetex.sage | |
*.sagetex.py | |
*.sagetex.scmd | |
# sympy | |
*.sout | |
*.sympy | |
sympy-plots-for-*.tex/ | |
# TikZ & PGF | |
*.dpth | |
*.md5 | |
*.auxlock | |
# todonotes | |
*.tdo | |
# xindy | |
*.xdy | |
# WinEdt | |
*.bak | |
*.sav | |
# vim temp | |
*.swp | |
# Emacs | |
\#*\# | |
.\#* | |
auto/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment