Skip to content

Instantly share code, notes, and snippets.

@un1t
Created March 10, 2015 18:31
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 un1t/53ab73716acd97fde28e to your computer and use it in GitHub Desktop.
Save un1t/53ab73716acd97fde28e to your computer and use it in GitHub Desktop.
pathspec match_files example
pathspec.match_files(map(pathspec.GitIgnorePattern, ["*.css", "!*.ie.css"]), ["styles.css", "styles.ie.css", ".tmp"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment