mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
ignore CVS directores in decently
This commit is contained in:
parent
0fe48b0526
commit
00064c6f89
1 changed files with 2 additions and 0 deletions
|
@ -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' \
|
||||
|
|
Loading…
Add table
Reference in a new issue