blob: b6db5daa1292add8b0fc371a537402c9486395d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# LaTeX build artifacts
*.aux
*.log
*.out
*.toc
*.lof
*.lot
*.fls
*.fdb_latexmk
*.synctex.gz
*.synctex(busy)
*.pdfsync
*.bbl
*.blg
*.idx
*.ilg
*.ind
*.hd
*.nav
*.snm
*.vrb
*.bcf
*.run.xml
*.figlist
*.makefile
*.figlist
*.fls
# Compiled PDFs (optional - you may want to track these)
# Uncomment the next line if you want to ignore PDFs
# *.pdf
# Editor/IDE files
*~
*.swp
*.swo
.DS_Store
.vscode/
.idea/
# Backup files
*.bak
*.backup
|