refactor(.gitignore): 将LaTeX临时文件忽略规则移至paper/latex目录下

为了更清晰地组织项目文件,将LaTeX相关的临时文件忽略规则从根目录的.gitignore文件中移除,并添加到paper/latex目录下的.gitignore文件中。
This commit is contained in:
carry 2025-05-02 13:39:08 +08:00
parent 0dc9c89e5a
commit e63e815c5b
2 changed files with 22 additions and 23 deletions

24
.gitignore vendored
View File

@ -33,26 +33,4 @@ unsloth_compiled_cache
# 测试和参考代码
test.ipynb
test.py
refer/
# LaTeX临时文件
*.aux
*.log
*.out
*.toc
*.synctex.gz
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.lof
*.lot
*.idx
*.ilg
*.ind
*.nav
*.snm
*.vrb
*.xdv
*.pdf
refer/

21
paper/latex/.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
# LaTeX临时文件
*.aux
*.log
*.out
*.toc
*.synctex.gz
*.bbl
*.blg
*.dvi
*.fdb_latexmk
*.fls
*.lof
*.lot
*.idx
*.ilg
*.ind
*.nav
*.snm
*.vrb
*.xdv
*.pdf