Merge branch 'topic/null-fixes' of git://208.110.73.182/silc into silc.1.1.branch
[silc.git] / scripts / cleanprof
1 # Clean -fprofile-arcs files
2 #!/bin/sh
3
4 find . -name \*\.gc?? -type f -print | xargs rm -f