Skip to content

Instantly share code, notes, and snippets.

@johnrees
Last active August 29, 2015 14:15
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 johnrees/e8acea3e1713bb01f929 to your computer and use it in GitHub Desktop.
Save johnrees/e8acea3e1713bb01f929 to your computer and use it in GitHub Desktop.
proposed fabacademy global .hgignore
syntax: regexp
# files with special characters
[^\w.\-\/ ]+
# banned extensions, still relatively flexible
(?i)^(.+)\.(db|php|php4|php5|swp|log|tmp|\d+)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment