Created
May 23, 2017 14:19
-
-
Save ethangardner/27dfd81ecb31237fb2c61b22b65db887 to your computer and use it in GitHub Desktop.
Global gitignore file
This file contains hidden or 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
# 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