mirror of https://github.com/Askill/claude.git
Fixed gitignore to properly ignore the local compile files
This commit is contained in:
parent
a727bd69ed
commit
0a48c66515
|
|
@ -1,9 +1,9 @@
|
||||||
.aux
|
*.aux
|
||||||
.bbl
|
*.bbl
|
||||||
.blg
|
*.blg
|
||||||
.fdb_latexmk
|
*.fdb_latexmk
|
||||||
.fls
|
*.fls
|
||||||
.log
|
*.log
|
||||||
.out
|
*.out
|
||||||
.synctex.gz
|
*.synctex.gz
|
||||||
.toc
|
*.toc
|
||||||
Loading…
Reference in New Issue