Search code examples
gitlatex

How your .gitignore for Latex projects looks like?


I am wondering what files I should exclude from VSC in LaTeX projects


Solution

  • I've looked into Kile's (LaTeX editor) preferences and found Automatically clean-up files list. I think that it is surely unnecessary files. The List:

    .aux .bit .blg .bbl .lof .log .lot .glo .glx .gxg .gxs .idx .ilg .ind .out .url .svn .toc
    

    I think it is enough for .gitignore.