Skip to content

Instantly share code, notes, and snippets.

@b1
Last active October 12, 2015 10:17
Show Gist options
  • Save b1/4011386 to your computer and use it in GitHub Desktop.
Save b1/4011386 to your computer and use it in GitHub Desktop.
For all shit .hgignore
# use glob syntax.
syntax: glob
# use glob syntax.
syntax: glob
# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.zip
*.vi
*~
*.sass-cache
*.elc
*.pyc
*~
~*
# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
# Komodo
*.komodoproject
.komodotools
# Folders to ignore
.hg
.svn
.CVS
.idea
node_modules
#virtualenv
e_*/
media/*
static/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment