Skip to content

Use a .gitignore for auxiliary files #1

@martinjohndyer

Description

@martinjohndyer

We don't need to (and shouldn't) include the auxilary files generated when building with LaTeX. I think only the .tex, .bib and any style files (.sty/.bst) are really needed.

Here the .gitignore file I used for my LaTeX repo:

# LaTeX files
thesis.pdf
*.acn
*.acr
*.alg
*.aux
*.bak
*.bbl
*.bcf
*.blg
*-blx.bib
*.glg
*.glo
*.gls*
*.ist
*.lof
*.log
*.lot
*.maf
*.mtc*
*.out
*.ptc
*.run.xml
*.synctex.gz
*.tdo
*.toc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions