Skip to content

Instantly share code, notes, and snippets.

@ferthalangur
Created November 22, 2015 22:21
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 ferthalangur/d6afeeda357d39b38554 to your computer and use it in GitHub Desktop.
Save ferthalangur/d6afeeda357d39b38554 to your computer and use it in GitHub Desktop.
My Global .gitignore file to avoid including Emacs, Microsoft Office, and OS/X artifacts.
# -*- mode: gitignore; -*-
#########################
# Emacs temporary files #
#########################
*~
\#*\#
/.emacs.desktop
/.emacs.desktop.lock
*.elc
auto-save-list
tramp
.\#*
##########################
# Temporary backup files #
##########################
Backup of*.docx
######################
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment