Skip to content

Instantly share code, notes, and snippets.

@rainerkohlberger
Created March 28, 2012 13:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rainerkohlberger/2226248 to your computer and use it in GitHub Desktop.
Save rainerkohlberger/2226248 to your computer and use it in GitHub Desktop.
Global git ignore Windows
# OS
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
Desktop.ini
# vvvv Backup
*~.xml
@rainerkohlberger
Copy link
Author

.gitignore_global >> %USERPROFILE%

git config --global core.excludesfile ~/.gitignore_global

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment