5 lines
92 B
Bash
Executable file
5 lines
92 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# List ignored files.
|
|
#
|
|
exec git ls-files --ignored --exclude-standard --others
|