9 lines
313 B
Bash
9 lines
313 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
rm -rf _darcs .darcs_boring .darcs_binaries
|
||
|
|
rm -rf TODO
|
||
|
|
rm -rf configure-jingle psi-jingle.qc
|
||
|
|
rm -rf third-party/qca/qca third-party/qca/qca-openssl third-party/qca/qca-sasl third-party/qca/qca-gnupg
|
||
|
|
rm -rf third-party/customjinglefiles.txt third-party/libjingle third-party/libjingle.new
|
||
|
|
rm -rf admin
|