Skip to content

Instantly share code, notes, and snippets.

@kikofernandez
Created January 23, 2015 14:33
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 kikofernandez/4fa141ef4a7bb91a717a to your computer and use it in GitHub Desktop.
Save kikofernandez/4fa141ef4a7bb91a717a to your computer and use it in GitHub Desktop.
Global .gitignore
# Mac OS X hidden files
.DS_Store
# Vim swap files
.*.sw?
# Pow and Powder config
/.pow*
# RVM and rbenv
/.rvmrc
/.rbenv-version
# Intermediate and compiled code
*.dSYM
dist
lib*.a
*.o
*.hi
*.chi
*.chs.h
# Haskell
cabal-dev
.cabal-sandbox/
# Python
.virtualenv
*.pyc
# Editors
*\.yas*
*~
\#*\#
.hsenv
# Vagrant VM
.vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment