update .gitignore to handle Xprint move
This commit is contained in:
parent
d97a21acb8
commit
9742d55c82
|
@ -23,12 +23,6 @@ xorg-server.pc
|
||||||
stamp-h?
|
stamp-h?
|
||||||
do-not-use-config.h
|
do-not-use-config.h
|
||||||
do-not-use-config.h.in
|
do-not-use-config.h.in
|
||||||
XpConfig/C/print/Xprinters.ghostscript
|
|
||||||
Xprint/Xprt
|
|
||||||
Xprint/doc/Xprt.1x
|
|
||||||
Xprint/doc/Xprt.man
|
|
||||||
Xprint/dpmsstubs-wrapper.c
|
|
||||||
Xprint/miinitext-wrapper.c
|
|
||||||
afb/afbbltC.c
|
afb/afbbltC.c
|
||||||
afb/afbbltCI.c
|
afb/afbbltCI.c
|
||||||
afb/afbbltG.c
|
afb/afbbltG.c
|
||||||
|
@ -216,6 +210,12 @@ hw/xfree86/xorg.c
|
||||||
hw/xnest/Xnest
|
hw/xnest/Xnest
|
||||||
hw/xnest/Xnest.1x
|
hw/xnest/Xnest.1x
|
||||||
hw/xnest/Xnest.man
|
hw/xnest/Xnest.man
|
||||||
|
hw/xprint/Xprt
|
||||||
|
hw/xprint/config/C/print/Xprinters.ghostscript
|
||||||
|
hw/xprint/doc/Xprt.1x
|
||||||
|
hw/xprint/doc/Xprt.man
|
||||||
|
hw/xprint/dpmsstubs-wrapper.c
|
||||||
|
hw/xprint/miinitext-wrapper.c
|
||||||
include/dix-config.h
|
include/dix-config.h
|
||||||
include/kdrive-config.h
|
include/kdrive-config.h
|
||||||
include/xgl-config.h
|
include/xgl-config.h
|
||||||
|
|
Loading…
Reference in New Issue