.gitignore (3271B)
1 2 # Created by https://www.gitignore.io/api/latex 3 # Edit at https://www.gitignore.io/?templates=latex 4 5 ### LaTeX ### 6 ## Core latex/pdflatex auxiliary files: 7 *.aux 8 *.lof 9 *.log 10 *.lot 11 *.fls 12 *.out 13 *.toc 14 *.fmt 15 *.fot 16 *.cb 17 *.cb2 18 .*.lb 19 20 ## Intermediate documents: 21 *.dvi 22 *.xdv 23 *-converted-to.* 24 # these rules might exclude image files for figures etc. 25 # *.ps 26 # *.eps 27 # *.pdf 28 29 ## Generated if empty string is given at "Please type another file name for output:" 30 .pdf 31 32 ## Bibliography auxiliary files (bibtex/biblatex/biber): 33 *.bbl 34 *.bcf 35 *.blg 36 *-blx.aux 37 *-blx.bib 38 *.run.xml 39 40 ## Build tool auxiliary files: 41 *.fdb_latexmk 42 *.synctex 43 *.synctex(busy) 44 *.synctex.gz 45 *.synctex.gz(busy) 46 *.pdfsync 47 48 ## Build tool directories for auxiliary files 49 # latexrun 50 latex.out/ 51 52 ## Auxiliary and intermediate files from other packages: 53 # algorithms 54 *.alg 55 *.loa 56 57 # achemso 58 acs-*.bib 59 60 # amsthm 61 *.thm 62 63 # beamer 64 *.nav 65 *.pre 66 *.snm 67 *.vrb 68 69 # changes 70 *.soc 71 72 # comment 73 *.cut 74 75 # cprotect 76 *.cpt 77 78 # elsarticle (documentclass of Elsevier journals) 79 *.spl 80 81 # endnotes 82 *.ent 83 84 # fixme 85 *.lox 86 87 # feynmf/feynmp 88 *.mf 89 *.mp 90 *.t[1-9] 91 *.t[1-9][0-9] 92 *.tfm 93 94 #(r)(e)ledmac/(r)(e)ledpar 95 *.end 96 *.?end 97 *.[1-9] 98 *.[1-9][0-9] 99 *.[1-9][0-9][0-9] 100 *.[1-9]R 101 *.[1-9][0-9]R 102 *.[1-9][0-9][0-9]R 103 *.eledsec[1-9] 104 *.eledsec[1-9]R 105 *.eledsec[1-9][0-9] 106 *.eledsec[1-9][0-9]R 107 *.eledsec[1-9][0-9][0-9] 108 *.eledsec[1-9][0-9][0-9]R 109 110 # glossaries 111 *.acn 112 *.acr 113 *.glg 114 *.glo 115 *.gls 116 *.glsdefs 117 118 # gnuplottex 119 *-gnuplottex-* 120 121 # gregoriotex 122 *.gaux 123 *.gtex 124 125 # htlatex 126 *.4ct 127 *.4tc 128 *.idv 129 *.lg 130 *.trc 131 *.xref 132 133 # hyperref 134 *.brf 135 136 # knitr 137 *-concordance.tex 138 # TODO Comment the next line if you want to keep your tikz graphics files 139 *.tikz 140 *-tikzDictionary 141 142 # listings 143 *.lol 144 145 # luatexja-ruby 146 *.ltjruby 147 148 # makeidx 149 *.idx 150 *.ilg 151 *.ind 152 *.ist 153 154 # minitoc 155 *.maf 156 *.mlf 157 *.mlt 158 *.mtc[0-9]* 159 *.slf[0-9]* 160 *.slt[0-9]* 161 *.stc[0-9]* 162 163 # minted 164 _minted* 165 *.pyg 166 167 # morewrites 168 *.mw 169 170 # nomencl 171 *.nlg 172 *.nlo 173 *.nls 174 175 # pax 176 *.pax 177 178 # pdfpcnotes 179 *.pdfpc 180 181 # sagetex 182 *.sagetex.sage 183 *.sagetex.py 184 *.sagetex.scmd 185 186 # scrwfile 187 *.wrt 188 189 # sympy 190 *.sout 191 *.sympy 192 sympy-plots-for-*.tex/ 193 194 # pdfcomment 195 *.upa 196 *.upb 197 198 # pythontex 199 *.pytxcode 200 pythontex-files-*/ 201 202 # tcolorbox 203 *.listing 204 205 # thmtools 206 *.loe 207 208 # TikZ & PGF 209 *.dpth 210 *.md5 211 *.auxlock 212 213 # todonotes 214 *.tdo 215 216 # vhistory 217 *.hst 218 *.ver 219 220 # easy-todo 221 *.lod 222 223 # xcolor 224 *.xcp 225 226 # xmpincl 227 *.xmpi 228 229 # xindy 230 *.xdy 231 232 # xypic precompiled matrices 233 *.xyc 234 235 # endfloat 236 *.ttt 237 *.fff 238 239 # Latexian 240 TSWLatexianTemp* 241 242 ## Editors: 243 # WinEdt 244 *.bak 245 *.sav 246 247 # Texpad 248 .texpadtmp 249 250 # LyX 251 *.lyx~ 252 253 # Kile 254 *.backup 255 256 # KBibTeX 257 *~[0-9]* 258 259 # auto folder when using emacs and auctex 260 ./auto/* 261 *.el 262 263 # expex forward references with \gathertags 264 *-tags.tex 265 266 # standalone packages 267 *.sta 268 269 ### LaTeX Patch ### 270 # glossaries 271 *.glstex 272 273 # End of https://www.gitignore.io/api/latex 274 275 # Created by https://www.gitignore.io/api/macos 276 # Edit at https://www.gitignore.io/?templates=macos 277 278 ### macOS ### 279 # General 280 .DS_Store 281 .AppleDouble 282 .LSOverride 283 284 # Icon must end with two \r 285 Icon 286 287 # Thumbnails 288 ._* 289 290 # Files that might appear in the root of a volume 291 .DocumentRevisions-V100 292 .fseventsd 293 .Spotlight-V100 294 .TemporaryItems 295 .Trashes 296 .VolumeIcon.icns 297 .com.apple.timemachine.donotpresent 298 299 # Directories potentially created on remote AFP share 300 .AppleDB 301 .AppleDesktop 302 Network Trash Folder 303 Temporary Items 304 .apdisk 305 306 # End of https://www.gitignore.io/api/macos