Skip to content

Instantly share code, notes, and snippets.

@mfrischknecht
Created April 7, 2015 15:14
Show Gist options
  • Save mfrischknecht/b063dee7e6f7651c77a5 to your computer and use it in GitHub Desktop.
Save mfrischknecht/b063dee7e6f7651c77a5 to your computer and use it in GitHub Desktop.
Check gitignore
#List all files in the current directory and check whether they will be ignored through .gitignore
find . | grep -v -e "^\./\.git" | xargs git check-ignore -v -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment