Skip to content

Instantly share code, notes, and snippets.

@meshtactics
Created January 13, 2013 20:05
Show Gist options
  • Save meshtactics/4525921 to your computer and use it in GitHub Desktop.
Save meshtactics/4525921 to your computer and use it in GitHub Desktop.
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