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