.gitignore (4002B)
1 # Created by https://www.gitignore.io/api/vim,linux,latex 2 # Edit at https://www.gitignore.io/?templates=vim,linux,latex 3 4 ### LaTeX ### 5 ## Core latex/pdflatex auxiliary files: 6 *.aux 7 *.lof 8 *.lot 9 *.fls 10 *.out 11 *.toc 12 *.fmt 13 *.fot 14 *.cb 15 *.cb2 16 .*.lb 17 18 ## Intermediate documents: 19 *.dvi 20 *.xdv 21 *-converted-to.* 22 # these rules might exclude image files for figures etc. 23 # *.ps 24 # *.eps 25 # *.pdf 26 27 ## Generated if empty string is given at "Please type another file name for output:" 28 .pdf 29 30 ## Bibliography auxiliary files (bibtex/biblatex/biber): 31 *.bbl 32 *.bcf 33 *.blg 34 *-blx.aux 35 *-blx.bib 36 *.run.xml 37 38 ## Build tool auxiliary files: 39 *.fdb_latexmk 40 *.synctex 41 *.synctex(busy) 42 *.synctex.gz 43 *.synctex.gz(busy) 44 *.pdfsync 45 46 ## Build tool directories for auxiliary files 47 # latexrun 48 latex.out/ 49 50 ## Auxiliary and intermediate files from other packages: 51 # algorithms 52 *.alg 53 *.loa 54 55 # achemso 56 acs-*.bib 57 58 # amsthm 59 *.thm 60 61 # beamer 62 *.nav 63 *.pre 64 *.snm 65 *.vrb 66 67 # changes 68 *.soc 69 70 # comment 71 *.cut 72 73 # cprotect 74 *.cpt 75 76 # elsarticle (documentclass of Elsevier journals) 77 *.spl 78 79 # endnotes 80 *.ent 81 82 # fixme 83 *.lox 84 85 # feynmf/feynmp 86 *.mf 87 *.mp 88 *.t[1-9] 89 *.t[1-9][0-9] 90 *.tfm 91 92 #(r)(e)ledmac/(r)(e)ledpar 93 *.end 94 *.?end 95 *.[1-9] 96 *.[1-9][0-9] 97 *.[1-9][0-9][0-9] 98 *.[1-9]R 99 *.[1-9][0-9]R 100 *.[1-9][0-9][0-9]R 101 *.eledsec[1-9] 102 *.eledsec[1-9]R 103 *.eledsec[1-9][0-9] 104 *.eledsec[1-9][0-9]R 105 *.eledsec[1-9][0-9][0-9] 106 *.eledsec[1-9][0-9][0-9]R 107 108 # glossaries 109 *.acn 110 *.acr 111 *.glg 112 *.glo 113 *.gls 114 *.glsdefs 115 116 # gnuplottex 117 *-gnuplottex-* 118 119 # gregoriotex 120 *.gaux 121 *.gtex 122 123 # htlatex 124 *.4ct 125 *.4tc 126 *.idv 127 *.lg 128 *.trc 129 *.xref 130 131 # hyperref 132 *.brf 133 134 # knitr 135 *-concordance.tex 136 # TODO Comment the next line if you want to keep your tikz graphics files 137 *.tikz 138 *-tikzDictionary 139 140 # listings 141 *.lol 142 143 # makeidx 144 *.idx 145 *.ilg 146 *.ind 147 *.ist 148 149 # minitoc 150 *.maf 151 *.mlf 152 *.mlt 153 *.mtc[0-9]* 154 *.slf[0-9]* 155 *.slt[0-9]* 156 *.stc[0-9]* 157 158 # minted 159 _minted* 160 *.pyg 161 162 # morewrites 163 *.mw 164 165 # nomencl 166 *.nlg 167 *.nlo 168 *.nls 169 170 # pax 171 *.pax 172 173 # pdfpcnotes 174 *.pdfpc 175 176 # sagetex 177 *.sagetex.sage 178 *.sagetex.py 179 *.sagetex.scmd 180 181 # scrwfile 182 *.wrt 183 184 # sympy 185 *.sout 186 *.sympy 187 sympy-plots-for-*.tex/ 188 189 # pdfcomment 190 *.upa 191 *.upb 192 193 # pythontex 194 *.pytxcode 195 pythontex-files-*/ 196 197 # tcolorbox 198 *.listing 199 200 # thmtools 201 *.loe 202 203 # TikZ & PGF 204 *.dpth 205 *.md5 206 *.auxlock 207 208 # todonotes 209 *.tdo 210 211 # vhistory 212 *.hst 213 *.ver 214 215 # easy-todo 216 *.lod 217 218 # xcolor 219 *.xcp 220 221 # xmpincl 222 *.xmpi 223 224 # xindy 225 *.xdy 226 227 # xypic precompiled matrices 228 *.xyc 229 230 # endfloat 231 *.ttt 232 *.fff 233 234 # Latexian 235 TSWLatexianTemp* 236 237 ## Editors: 238 # WinEdt 239 *.bak 240 *.sav 241 242 # Texpad 243 .texpadtmp 244 245 # LyX 246 *.lyx~ 247 248 # Kile 249 *.backup 250 251 # KBibTeX 252 *~[0-9]* 253 254 # auto folder when using emacs and auctex 255 ./auto/* 256 *.el 257 258 # expex forward references with \gathertags 259 *-tags.tex 260 261 # standalone packages 262 *.sta 263 264 ### LaTeX Patch ### 265 # glossaries 266 *.glstex 267 268 ### Linux ### 269 *~ 270 271 # temporary files which can be created if a process still has a handle open of a deleted file 272 .fuse_hidden* 273 274 # KDE directory preferences 275 .directory 276 277 # Linux trash folder which might appear on any partition or disk 278 .Trash-* 279 280 # .nfs files are created when an open file is removed but is still being accessed 281 .nfs* 282 283 ### Vim ### 284 # Swap 285 [._]*.s[a-v][a-z] 286 [._]*.sw[a-p] 287 [._]s[a-rt-v][a-z] 288 [._]ss[a-gi-z] 289 [._]sw[a-p] 290 291 # Session 292 Session.vim 293 294 # Temporary 295 .netrwhist 296 # Auto-generated tag files 297 tags 298 # Persistent undo 299 [._]*.un~ 300 301 # End of https://www.gitignore.io/api/vim,linux,latex 302 303 # Created by https://www.gitignore.io/api/r 304 # Edit at https://www.gitignore.io/?templates=r 305 306 ### R ### 307 # History files 308 .Rhistory 309 .Rapp.history 310 311 # Session Data files 312 .RData 313 314 # User-specific files 315 .Ruserdata 316 317 # Example code in package build process 318 *-Ex.R 319 320 # Output files from R CMD build 321 /*.tar.gz 322 323 # Output files from R CMD check 324 /*.Rcheck/ 325 326 # RStudio files 327 .Rproj.user/ 328 329 # produced vignettes 330 vignettes/*.html 331 vignettes/*.pdf 332 333 # OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 334 .httr-oauth 335 336 # knitr and R markdown default cache directories 337 /*_cache/ 338 /cache/ 339 340 # Temporary files created by R markdown 341 *.utf8.md 342 *.knit.md 343 344 ### R.Bookdown Stack ### 345 # R package: bookdown caching files 346 /*_files/ 347 348 # End of https://www.gitignore.io/api/r 349 350 351 /build