mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
Placate the CVS monster.
This commit is contained in:
parent
218dae2733
commit
943563d53c
2 changed files with 16 additions and 1 deletions
15
src/cmd/jpg/.cvsignore
Normal file
15
src/cmd/jpg/.cvsignore
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
o.bmp
|
||||||
|
o.gif
|
||||||
|
o.ico
|
||||||
|
o.jpg
|
||||||
|
o.png
|
||||||
|
o.ppm
|
||||||
|
o.rgbrgbv
|
||||||
|
o.rgbycc
|
||||||
|
o.togif
|
||||||
|
o.toico
|
||||||
|
o.topng
|
||||||
|
o.toppm
|
||||||
|
o.yuv
|
||||||
|
rgbv.h
|
||||||
|
ycbcr.h
|
|
@ -51,4 +51,4 @@ nuke:V: nuke-headers
|
||||||
nuke-headers:V:
|
nuke-headers:V:
|
||||||
rm -f rgbv.h ycbcr.h
|
rm -f rgbv.h ycbcr.h
|
||||||
|
|
||||||
CLEANFILES=$CLEANFILES o.rgbycc o.rgbrgbv
|
CLEANFILES=$CLEANFILES o.rgbycc o.rgbrgbv rgbv.h ycbcr.h
|
||||||
|
|
Loading…
Reference in a new issue