Created
March 5, 2013 12:40
-
-
Save ConstantineLignos/5090056 to your computer and use it in GitHub Desktop.
Make git list untracked files that have been ignored. Useful if you want to verify that there's nothing you care about in your ignores.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git ls-files -oi --exclude-standard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment