Skip to content

Instantly share code, notes, and snippets.

@cdesante
Created August 28, 2012 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdesante/3500739 to your computer and use it in GitHub Desktop.
Save cdesante/3500739 to your computer and use it in GitHub Desktop.
hiding LaTeX secondary files
Run from the command prompt in Windows:
attrib +h *.bak /s
attrib +h *.blg /s
attrib +h *.aux /s
you can hide system files so all you see locally is the .tex and .pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment