Created
October 5, 2015 14:57
-
-
Save looopTools/30b20cadce6b02a1333d to your computer and use it in GitHub Desktop.
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
# LaTeX temporary files | |
**/*.aux | |
**/*.log | |
**/*.toc | |
**/*.gz | |
**/*.dvi | |
**/*.out.ps | |
**/*.lox | |
**/*.bbl | |
**/*.blg | |
**/*.lot | |
**/*.lof | |
**/*.lol | |
**/*.out | |
**/*.glg | |
**/*.glo | |
**/*.gls | |
**/*.glsdefs | |
**/*.xdy | |
**/*.ist | |
# Output | |
# OSX specific file | |
**/*.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment