diff options
| author | haoyuren <13851610112@163.com> | 2025-06-26 18:14:52 -0700 |
|---|---|---|
| committer | haoyuren <13851610112@163.com> | 2025-06-26 18:14:52 -0700 |
| commit | cd09198b9e806384f8c382316270ba0ba7c76ff1 (patch) | |
| tree | 84db3506c85f0a7cd395b3dc8e65b1e33cde4518 /.gitignore | |
| parent | b6e5aa099a27201cb757fb10ba147bcc35806173 (diff) | |
jun 26
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 179 |
1 files changed, 179 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfe6b5b --- /dev/null +++ b/.gitignore @@ -0,0 +1,179 @@ +# LaTeX auxiliary files +*.aux +*.lof +*.log +*.lot +*.fls +*.out +*.toc +*.fmt +*.fot +*.cb +*.cb2 +.*.lb + +# LaTeX intermediate files +*.dvi +*.xdv +*-converted-to.* + +# LaTeX biblatex +*.bcf +*.blg +*.bbl +*.run.xml + +# LaTeX build files +*.fdb_latexmk +*.synctex.gz +*.synctex(busy) +*.pdfsync + +# LaTeX index files +*.idx +*.ilg +*.ind +*.ist + +# LaTeX glossary files +*.acn +*.acr +*.glg +*.glo +*.gls +*.glsdefs +*.lzo +*.lzs + +# LaTeX beamer files +*.nav +*.pre +*.snm +*.vrb + +# LaTeX algorithm2e +*.alg +*.loa + +# LaTeX achemso +acs-*.bib + +# LaTeX amsthm +*.thm + +# LaTeX beamer +*.nav +*.pre +*.snm +*.vrb + +# LaTeX changes +*.soc + +# LaTeX cprotect +*.cpt + +# LaTeX endfloat +*.ttt +*.fff + +# LaTeX fancyhdr +*.fancyhdr + +# LaTeX hyperref +*.figlist +*.makefile +*.xref + +# LaTeX listings +*.lol + +# LaTeX minted +_minted* +*.pyg + +# LaTeX morewrites +*.mw + +# LaTeX nomencl +*.nlg +*.nlo +*.nls + +# LaTeX pax +*.pax + +# LaTeX pdfpages +*.pdf_tex + +# LaTeX sagetex +*.sagetex.sage +*.sagetex.py +*.sagetex.scmd + +# LaTeX scrwfile +*.wrt + +# LaTeX sympy +*.upa +*.upb + +# LaTeX TikZ & PGF +*.auxlock +*.figlist +*.makefile +*.xref + +# LaTeX todonotes +*.tdo + +# LaTeX xindy +*.xdy + +# LaTeX xypic +*.xyc + +# LaTeX latexmk +*.fdb_latexmk + +# LaTeX pythontex +*.pytxcode +pythontex-files-*/ + +# LaTeX thmtools +*.loe + +# LaTeX Asymptote +*.asy +*.pre + +# LaTeX WinEdt +*.bak +*.sav + +# LaTeX LyX +*.lyx~ + +# LaTeX Kile +*.kilepr + +# macOS specific +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Editor specific (keep .vscode/ for LaTeX Workshop config) +.idea/ +*.swp +*.swo +*~ + +# Backup files +*~ +*.backup +*.bak +*.orig
\ No newline at end of file |
