tp-note 1.17.0

Minimalistic note taking: save and edit your clipboard content as a note file
#!/bin/sh
#set -x

cd ..
find target -mindepth 2 -not -path "*/release/tpnote" \
                        -not -path "*/release/tpnote.exe" \
                        -not -path "*/wix/tpnote*.msi" \
                        -not -path "*/debian" \
                        -not -path "*/debian/tpnote*.deb" \
                        -not -path "*/release/*.md" \
                        -not -path "*/release" \
                        -not -path "target/doc*"  \
                        -exec rm -r {} \;

rm -r target/debug
rm -r target/release
rm -r target/rls
rm target/.rustdoc_fingerprint.json
rm target/CACHEDIR.TAG
rm target/.rustc_info.json