Skip to content

Instantly share code, notes, and snippets.

@ethangardner
Created May 23, 2017 14:19
Show Gist options
  • Save ethangardner/27dfd81ecb31237fb2c61b22b65db887 to your computer and use it in GitHub Desktop.
Save ethangardner/27dfd81ecb31237fb2c61b22b65db887 to your computer and use it in GitHub Desktop.
Global gitignore file
# Languages that I don't work with...
*.o
*.lo
*.la
*.al
.libs
*.so
*.so.[0-9]*
*.a
# Python
*.pyc
*.pyo
__pycache__
*.rej
*~
# Ignore thumbnails created by windows
Thumbs.db
.DS_Store
# Ignore sass cached files
*.scssc
.sass-cache
# Komodo IDE
*.komodotools
*.komodoproject
# Ignore files built by Visual Studio
*.obj
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.cache
*.ilk
*.log
*.dll
*.lib
*.sbr
# Ignore files by Jetbrains IDEs
*.idea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment