Mercurial > hg > Papers > 2024 > matac-master
annotate .hgignore @ 5:529761da1022
add hgignore
author | matac42 <matac@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 21 Nov 2023 11:36:55 +0900 (2023-11-21) |
parents | c8151a82f313 |
children | 8e0c6a7e9b7f |
rev | line source |
---|---|
5 | 1 .DS_Store |
2 | |
3 # Files to ignore in a LaTeX project | |
4 | |
5 syntax: glob | |
6 | |
7 # General files to ignore | |
8 *~ | |
9 *.bak | |
10 | |
11 # Gedit LaTeX ini file | |
12 .*.ini | |
13 | |
14 # LaTeX compilation artifacts | |
15 *.aux | |
16 *.bbl | |
17 *.blg | |
18 *.brf | |
19 *.fls | |
20 *.lof | |
21 *.log | |
22 *.lot | |
23 *.nav | |
24 *.out | |
25 *.snm | |
26 *.synctex.gz | |
27 *.thm | |
28 *.toc | |
29 *.vrb | |
30 *.fdb_latexmk | |
31 *.idx |