diff --git a/Documents/bin/git-uncommitted b/Documents/bin/git-uncommitted
index 073bb0e56bca1f08b48ebe2191dd53831f9f23e6..cb58e3a1ad87a04a45ce4cc9ae7e3dc513d88f67 100755
--- a/Documents/bin/git-uncommitted
+++ b/Documents/bin/git-uncommitted
@@ -2,6 +2,6 @@
 set -eu
 
 {
-    git diff --name-only
+    git ls-files --modified --others --exclude-standard
     git diff --name-only --cached
 } | sort -u