Created
May 31, 2012 22:27
-
-
Save mhubig/2846766 to your computer and use it in GitHub Desktop.
My global .gitignore file (Mac version)
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
## 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