-
-
Save lsloan/69fd598398192e2667d7a70b163814cb to your computer and use it in GitHub Desktop.
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 1.6: | |
| git ls-files --others -i --exclude-standard | |
| Git 1.4, 1.5: | |
| git ls-files --others -i \ | |
| --exclude-from="`git rev-parse --git-dir`/info/exclude" \ | |
| --exclude-per-directory=.gitignore | |
| from: http://wtanaka.com/node/7875 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment