Skip to content

Commit 1825c28

Browse files
Gordie NovakGordie Novak
authored andcommitted
another small change to .gitignore
1 parent bca19f2 commit 1825c28

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,9 @@ codechat_config.yaml
107107
.github/workflows/test-build.yml
108108

109109
# Don't track extra LaTeX-output files
110-
.aux
111-
.fdb_latexmk
112-
.fls
113-
.out
114-
.synctex.gz
110+
*.aux
111+
*.fdb_latexmk
112+
*.fls
113+
*.out
114+
*.synctex.gz
115+
LateX-notes/*.log

0 commit comments

Comments
 (0)