mirror of
https://github.com/notwa/rc
synced 2024-11-10 11:49:03 -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 "$@" \
|
find "$dir" -type f "$@" \
|
||||||
'!' \
|
'!' \
|
||||||
'(' -path '*/.git/*' \
|
'(' -path '*/.git/*' \
|
||||||
|
-or -path '*/CVS/*' \
|
||||||
|
-or -path '*/CVSROOT/*' \
|
||||||
-or -path '*/__pycache__/*' \
|
-or -path '*/__pycache__/*' \
|
||||||
-or -path '*/[Dd]esktop.ini' \
|
-or -path '*/[Dd]esktop.ini' \
|
||||||
-or -path '*/Thumbs.db' \
|
-or -path '*/Thumbs.db' \
|
||||||
|
|
Loading…
Reference in a new issue