mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-04 19:31:56 +00:00
Added a script to validate our .gitignore.
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
|||||||
|
#!/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:"
|
||||||
|
|
||||||
Reference in New Issue
Block a user