Displaying 2 results from an estimated 2 matches for "cdbk".
Did you mean:
cdb
2002 Apr 12
1
Once again somewhat mystified with exclude rules
...lified:
I want to exclude directories named no_bak anywhere in the tree
but only the files under them, not the direcrories themselves.
My exclude rules look like:
no_bak/*
/no_bak/*
The first one does catch directories by that name on the first level
but this one flies right thru:
projects/no_bak/cdbk/
Along with all contents under it.
If I just use:
no_bak
Then nothing (no_bak or anything under) is copied. Not a real tragedy
but I would like to keep track of where the no_bak directories are in
the mirror too.
*/no_bak/* doesn't do the job either
2009 Apr 24
2
[PATCH] Blackfin: cleanup astat/cc/hardware loop asm clobbers
...quot;I0", "I1", "R0", "R1", "R2", "R3", "R4", "R5",
+ "ASTAT", "CC" BFIN_HWLOOP1_REGS
);
}
@@ -407,10 +405,7 @@ static int pitch_gain_search_3tap_vq(
: "a" (gain_cdbk), "a" (C16), "a" (gain_cdbk_size), "a" (max_gain),
"b" (-VERY_LARGE32)
: "R0", "R1", "R2", "R3", "R4", "P0",
- "P1", "I1", "L1", "A0"...