1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-07 22:03:23 -07:00

ignore CVS directores in decently

This commit is contained in:
Connor Olding 2021-10-29 12:25:12 +02:00
parent 0fe48b0526
commit 00064c6f89

View File

@ -23,6 +23,8 @@ decently() ( ### @-
find "$dir" -type f "$@" \
'!' \
'(' -path '*/.git/*' \
-or -path '*/CVS/*' \
-or -path '*/CVSROOT/*' \
-or -path '*/__pycache__/*' \
-or -path '*/[Dd]esktop.ini' \
-or -path '*/Thumbs.db' \