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