freeswitch/scripts/check-gitignore.sh
2010-04-06 20:03:57 +00:00

9 lines
202 B
Bash
Executable file

#!/bin/bash
## files we might want to ignore
git ls-files -o --exclude-standard | sed -e "s:.:\/\\0:"
## files we are accidentally ignoring
git ls-files -i --exclude-standard | sed -e "s:.:\!\/\\0:"