|
| 1 | +# ----------- Manually excluded files |
| 2 | +# |
| 3 | +# Python precompiled files |
| 4 | +*.pyc |
| 5 | +################################################################################ |
| 6 | +# Jupyter Notebook # |
| 7 | +################################################################################ |
| 8 | + |
| 9 | +.ipynb_checkpoints |
| 10 | +*/.ipynb_checkpoints/* |
| 11 | + |
| 12 | +################################################################################ |
| 13 | +# Microsoft Office # |
| 14 | +################################################################################ |
| 15 | + |
| 16 | +*.tmp |
| 17 | + |
| 18 | +# Word temporary |
| 19 | +~$*.doc* |
| 20 | + |
| 21 | +# Word Auto Backup File |
| 22 | +Backup of *.doc* |
| 23 | + |
| 24 | +# Excel temporary |
| 25 | +~$*.xls* |
| 26 | + |
| 27 | +# Excel Backup File |
| 28 | +*.xlk |
| 29 | + |
| 30 | +# PowerPoint temporary |
| 31 | +~$*.ppt* |
| 32 | + |
| 33 | +################################################################################ |
| 34 | +# LaTeX # |
| 35 | +################################################################################ |
| 36 | + |
| 37 | +## Core latex/pdflatex auxiliary files: |
| 38 | +*.aux |
| 39 | +*.lof |
| 40 | +*.log |
| 41 | +*.lot |
| 42 | +*.fls |
| 43 | +*.out |
| 44 | +*.toc |
| 45 | +*.fmt |
| 46 | +*.fot |
| 47 | +*.cb |
| 48 | +*.cb2 |
| 49 | +.*.lb |
| 50 | + |
| 51 | +## Intermediate documents: |
| 52 | +*.dvi |
| 53 | +*.xdv |
| 54 | +*-converted-to.* |
| 55 | +# these rules will exclude image files for figures, et cetera... |
| 56 | +# *.ps |
| 57 | +# *.eps |
| 58 | +*.pdf |
| 59 | + |
| 60 | +## Generated if empty string given at "Please type another file name for output:" |
| 61 | +.pdf |
| 62 | + |
| 63 | +## Bibliography auxiliary files (bibtex/biblatex/biber): |
| 64 | +*.bbl |
| 65 | +*.bcf |
| 66 | +*.blg |
| 67 | +*-blx.aux |
| 68 | +*-blx.bib |
| 69 | +*.run.xml |
| 70 | + |
| 71 | +## Build tool auxiliary files: |
| 72 | +*.fdb_latexmk |
| 73 | +*.synctex |
| 74 | +*.synctex(busy) |
| 75 | +*.synctex.gz |
| 76 | +*.synctex.gz(busy) |
| 77 | +*.pdfsync |
| 78 | + |
| 79 | +## Build tool directories for auxiliary files |
| 80 | +# latexrun |
| 81 | +latex.out/ |
| 82 | + |
| 83 | +## Auxiliary and intermediate files from other packages: |
| 84 | +# algorithms |
| 85 | +*.alg |
| 86 | +*.loa |
| 87 | + |
| 88 | +# achemso |
| 89 | +acs-*.bib |
| 90 | + |
| 91 | +# amsthm |
| 92 | +*.thm |
| 93 | + |
| 94 | +# beamer |
| 95 | +*.nav |
| 96 | +*.pre |
| 97 | +*.snm |
| 98 | +*.vrb |
| 99 | + |
| 100 | +# changes |
| 101 | +*.soc |
| 102 | + |
| 103 | +# comment |
| 104 | +*.cut |
| 105 | + |
| 106 | +# cprotect |
| 107 | +*.cpt |
| 108 | + |
| 109 | +# elsarticle (documentclass of Elsevier journals) |
| 110 | +*.spl |
| 111 | + |
| 112 | +# endnotes |
| 113 | +*.ent |
| 114 | + |
| 115 | +# fixme |
| 116 | +*.lox |
| 117 | + |
| 118 | +# feynmf/feynmp |
| 119 | +*.mf |
| 120 | +*.mp |
| 121 | +*.t[1-9] |
| 122 | +*.t[1-9][0-9] |
| 123 | +*.tfm |
| 124 | + |
| 125 | +#(r)(e)ledmac/(r)(e)ledpar |
| 126 | +*.end |
| 127 | +*.?end |
| 128 | +*.[1-9] |
| 129 | +*.[1-9][0-9] |
| 130 | +*.[1-9][0-9][0-9] |
| 131 | +*.[1-9]R |
| 132 | +*.[1-9][0-9]R |
| 133 | +*.[1-9][0-9][0-9]R |
| 134 | +*.eledsec[1-9] |
| 135 | +*.eledsec[1-9]R |
| 136 | +*.eledsec[1-9][0-9] |
| 137 | +*.eledsec[1-9][0-9]R |
| 138 | +*.eledsec[1-9][0-9][0-9] |
| 139 | +*.eledsec[1-9][0-9][0-9]R |
| 140 | + |
| 141 | +# glossaries |
| 142 | +*.acn |
| 143 | +*.acr |
| 144 | +*.glg |
| 145 | +*.glo |
| 146 | +*.gls |
| 147 | +*.glsdefs |
| 148 | + |
| 149 | +# gnuplottex |
| 150 | +*-gnuplottex-* |
| 151 | + |
| 152 | +# gregoriotex |
| 153 | +*.gaux |
| 154 | +*.gtex |
| 155 | + |
| 156 | +# htlatex |
| 157 | +*.4ct |
| 158 | +*.4tc |
| 159 | +*.idv |
| 160 | +*.lg |
| 161 | +*.trc |
| 162 | +*.xref |
| 163 | + |
| 164 | +# hyperref |
| 165 | +*.brf |
| 166 | + |
| 167 | +# knitr |
| 168 | +*-concordance.tex |
| 169 | + |
| 170 | +# listings |
| 171 | +*.lol |
| 172 | + |
| 173 | +# luatexja-ruby |
| 174 | +*.ltjruby |
| 175 | + |
| 176 | +# makeidx |
| 177 | +*.idx |
| 178 | +*.ilg |
| 179 | +*.ind |
| 180 | +*.ist |
| 181 | + |
| 182 | +# minitoc |
| 183 | +*.maf |
| 184 | +*.mlf |
| 185 | +*.mlt |
| 186 | +*.mtc[0-9]* |
| 187 | +*.slf[0-9]* |
| 188 | +*.slt[0-9]* |
| 189 | +*.stc[0-9]* |
| 190 | + |
| 191 | +# minted |
| 192 | +_minted* |
| 193 | +*.pyg |
| 194 | + |
| 195 | +# morewrites |
| 196 | +*.mw |
| 197 | + |
| 198 | +# nomencl |
| 199 | +*.nlg |
| 200 | +*.nlo |
| 201 | +*.nls |
| 202 | + |
| 203 | +# pax |
| 204 | +*.pax |
| 205 | + |
| 206 | +# pdfpcnotes |
| 207 | +*.pdfpc |
| 208 | + |
| 209 | +# sagetex |
| 210 | +*.sagetex.sage |
| 211 | +*.sagetex.py |
| 212 | +*.sagetex.scmd |
| 213 | + |
| 214 | +# scrwfile |
| 215 | +*.wrt |
| 216 | + |
| 217 | +# sympy |
| 218 | +*.sout |
| 219 | +*.sympy |
| 220 | +sympy-plots-for-*.tex/ |
| 221 | + |
| 222 | +# pdfcomment |
| 223 | +*.upa |
| 224 | +*.upb |
| 225 | + |
| 226 | +# pythontex |
| 227 | +*.pytxcode |
| 228 | +pythontex-files-*/ |
| 229 | + |
| 230 | +# tcolorbox |
| 231 | +*.listing |
| 232 | + |
| 233 | +# thmtools |
| 234 | +*.loe |
| 235 | + |
| 236 | +# TikZ & PGF |
| 237 | +*.dpth |
| 238 | +*.md5 |
| 239 | +*.auxlock |
| 240 | + |
| 241 | +# todonotes |
| 242 | +*.tdo |
| 243 | + |
| 244 | +# vhistory |
| 245 | +*.hst |
| 246 | +*.ver |
| 247 | + |
| 248 | +# easy-todo |
| 249 | +*.lod |
| 250 | + |
| 251 | +# xcolor |
| 252 | +*.xcp |
| 253 | + |
| 254 | +# xmpincl |
| 255 | +*.xmpi |
| 256 | + |
| 257 | +# xindy |
| 258 | +*.xdy |
| 259 | + |
| 260 | +# xypic precompiled matrices |
| 261 | +*.xyc |
| 262 | + |
| 263 | +# endfloat |
| 264 | +*.ttt |
| 265 | +*.fff |
| 266 | + |
| 267 | +# Latexian |
| 268 | +TSWLatexianTemp* |
| 269 | + |
| 270 | +## Editors: |
| 271 | +# WinEdt |
| 272 | +*.bak |
| 273 | +*.sav |
| 274 | + |
| 275 | +# Texpad |
| 276 | +.texpadtmp |
| 277 | + |
| 278 | +# LyX |
| 279 | +*.lyx~ |
| 280 | + |
| 281 | +# Kile |
| 282 | +*.backup |
| 283 | + |
| 284 | +# KBibTeX |
| 285 | +*~[0-9]* |
| 286 | + |
| 287 | +# auto folder when using emacs and auctex |
| 288 | +./auto/* |
| 289 | +*.el |
| 290 | + |
| 291 | +# expex forward references with \gathertags |
| 292 | +*-tags.tex |
| 293 | + |
| 294 | +# standalone packages |
| 295 | +*.sta |
| 296 | + |
| 297 | +### LaTeX Patch ### |
| 298 | +# glossaries |
| 299 | +*.glstex |
| 300 | + |
| 301 | +################################################################################ |
| 302 | +# Operating systems # |
| 303 | +################################################################################ |
| 304 | + |
| 305 | +######################################## |
| 306 | +# Linux # |
| 307 | +######################################## |
| 308 | + |
| 309 | +*~ |
| 310 | + |
| 311 | +# temporary files which can be created if a process still has a handle open of |
| 312 | +# a deleted file |
| 313 | +.fuse_hidden* |
| 314 | + |
| 315 | +# KDE directory preferences |
| 316 | +.directory |
| 317 | + |
| 318 | +# Linux trash folder which might appear on any partition or disk |
| 319 | +.Trash-* |
| 320 | + |
| 321 | +# .nfs files are created when an open file is removed but is still being accessed |
| 322 | +.nfs* |
| 323 | + |
| 324 | +######################################## |
| 325 | +# macOS # |
| 326 | +######################################## |
| 327 | + |
| 328 | +# General |
| 329 | +.DS_Store |
| 330 | +.AppleDouble |
| 331 | +.LSOverride |
| 332 | + |
| 333 | +# Icon must end with two \r |
| 334 | +Icon |
| 335 | + |
| 336 | +# Thumbnails |
| 337 | +._* |
| 338 | + |
| 339 | +# Files that might appear in the root of a volume |
| 340 | +.DocumentRevisions-V100 |
| 341 | +.fseventsd |
| 342 | +.Spotlight-V100 |
| 343 | +.TemporaryItems |
| 344 | +.Trashes |
| 345 | +.VolumeIcon.icns |
| 346 | +.com.apple.timemachine.donotpresent |
| 347 | + |
| 348 | +# Directories potentially created on remote AFP share |
| 349 | +.AppleDB |
| 350 | +.AppleDesktop |
| 351 | +Network Trash Folder |
| 352 | +Temporary Items |
| 353 | +.apdisk |
| 354 | + |
| 355 | +######################################## |
| 356 | +# Windows # |
| 357 | +######################################## |
| 358 | + |
| 359 | +# Windows thumbnail cache files |
| 360 | +Thumbs.db |
| 361 | +ehthumbs.db |
| 362 | +ehthumbs_vista.db |
| 363 | + |
| 364 | +# Dump file |
| 365 | +*.stackdump |
| 366 | + |
| 367 | +# Folder config file |
| 368 | +[Dd]esktop.ini |
| 369 | + |
| 370 | +# Recycle Bin used on file shares |
| 371 | +$RECYCLE.BIN/ |
| 372 | + |
| 373 | +# Windows Installer files |
| 374 | +*.cab |
| 375 | +*.msi |
| 376 | +*.msix |
| 377 | +*.msm |
| 378 | +*.msp |
| 379 | + |
| 380 | +# Windows shortcuts |
| 381 | +*.lnk |
| 382 | + |
| 383 | + |
| 384 | +## Acknowledgements |
| 385 | +# Many thanks to `https://gitignore.io/`, written and maintained by Joe Blau, which contributed much material to this gitignore file. |
0 commit comments