| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- acmart.cls
- acmart.pdf
- acmguide.pdf
- *.log
- *.aux
- *.cfg
- *.glo
- *.idx
- *.toc
- *.ilg
- *.ind
- *.out
- *.lof
- *.lot
- *.bbl
- *.blg
- *.gls
- *.cut
- *.hd
- *.dvi
- *.ps
- *.thm
- *.tgz
- *.zip
- *.rpi
- *~
- *.bcf
- *.run.xml
- ## Bibliography auxiliary files (bibtex/biblatex/biber):
- *.bbl
- *.bcf
- *.blg
- *-blx.aux
- *-blx.bib
- *.run.xml
- ## Build tool auxiliary files:
- *.fdb_latexmk
- *.synctex
- *.synctex(busy)
- *.synctex.gz
- *.synctex.gz(busy)
- *.pdfsync
- *.gz
- ## Build tool directories for auxiliary files
- # latexrun
- latex.out/
- ## Auxiliary and intermediate files from other packages:
- # algorithms
- *.alg
- *.loa
- # standalone packages
- *.sta
|