Created
July 12, 2021 17:30
-
-
Save sharmaeklavya2/6e2e1a54384cea3341ee09a91a819409 to your computer and use it in GitHub Desktop.
LaTeX gitignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.aux | |
*.bbl | |
*.blg | |
*.log | |
*.out | |
*.toc | |
*.brf | |
*.lot | |
*.lof | |
*.nlo | |
*.vtc | |
*.add.spl | |
*.synctex* | |
lipics-v*.cls | |
/secret | |
*.zip | |
.env | |
*~ | |
*.sw[po] | |
*.db | |
Desktop.ini | |
.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment