Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a .gitignore for auxiliary files #1

Open
martinjohndyer opened this issue Mar 20, 2019 · 0 comments
Open

Use a .gitignore for auxiliary files #1

martinjohndyer opened this issue Mar 20, 2019 · 0 comments

Comments

@martinjohndyer
Copy link
Member

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant