Skip to content

Instantly share code, notes, and snippets.

@mhubig
Created May 31, 2012 22:27
Show Gist options
  • Save mhubig/2846766 to your computer and use it in GitHub Desktop.
Save mhubig/2846766 to your computer and use it in GitHub Desktop.
My global .gitignore file (Mac version)
## My Global .gitignore file [https://gist.github.com/2846766]
##
# Ugly Stuff
Icon
.DS_Store
.dropbox
# Mac IDE files
*.swp
*~
*(Autosaved).rtfd/
Backup[ ]of[ ]*.pages/
Backup[ ]of[ ]*.key/
Backup[ ]of[ ]*.numbers/
# Temp and useless Stuff
.#*
*.orig
*.rej
*.obj
*.pyc
*.o
*.a
*.ncb
*.ilk
*.exe
*.dll
*.lib
*.manifest
*.pdb
*.idb
*.rsp
*.dep
*.so
*.dylib
*.framework
# Latex files
*.aux
*.glo
*.idx
*.log
*.lol
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
*.blg
*.tui
*.top
*.tmp
*.mp
*.dvi
*.glg
*.gls
*.ilg
*.ind
*.lof
*.lot
*.maf
*.mtc
*.mtc1
*.out
*.synctex.gz
*-blx.bib
*.run.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment