.cvsignore -> .gitignore

Sort the merged file, remove the redundant explicit .ko lines and add
some generated symlinks.
main
Michel Dänzer 2006-07-19 18:31:43 +02:00
parent 126673d62a
commit b9243ce3d5
17 changed files with 99 additions and 120 deletions

View File

@ -1,17 +0,0 @@
Makefile
Makefile.in
aclocal.m4
autom4te.cache
compile
config.guess
config.log
config.status
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
mkinstalldirs
libdrm.pc

99
.gitignore vendored Normal file
View File

@ -0,0 +1,99 @@
*-core/linux
*-core/drm.h
*-core/drm_sarea.h
*-core/i915_dma.c
*-core/i915_drm.h
*-core/i915_drv.h
*-core/i915_irq.c
*-core/i915_mem.c
*-core/mach64_dma.c
*-core/mach64_drm.h
*-core/mach64_drv.h
*-core/mach64_irq.c
*-core/mach64_state.c
*-core/mga_dma.c
*-core/mga_drm.h
*-core/mga_drv.h
*-core/mga_irq.c
*-core/mga_state.c
*-core/mga_ucode.h
*-core/mga_warp.c
*-core/nv_drv.h
*-core/r128_cce.c
*-core/r128_drm.h
*-core/r128_drv.h
*-core/r128_irq.c
*-core/r128_state.c
*-core/r300_cmdbuf.c
*-core/r300_reg.h
*-core/radeon_cp.c
*-core/radeon_drm.h
*-core/radeon_drv.h
*-core/radeon_irq.c
*-core/radeon_mem.c
*-core/radeon_state.c
*-core/savage_bci.c
*-core/savage_drm.h
*-core/savage_drv.h
*-core/savage_state.c
*-core/sis_drm.h
*-core/sis_drv.h
*-core/tdfx_drv.h
*-core/via_3d_reg.h
*-core/via_dma.c
*-core/via_drm.h
*-core/via_drv.c
*-core/via_drv.h
*-core/via_irq.c
*-core/via_map.c
*-core/via_verifier.c
*-core/via_verifier.h
*-core/via_video.c
*.flags
*.ko
*.ko.cmd
*.la
*.lo
*.mod.c
*.mod.o
*.o
*.o.cmd
.depend
.deps
.libs
.tmp_versions
Makefile
Makefile.in
aclocal.m4
autom4te.cache
bus_if.h
compile
config.guess
config.h
config.log
config.status
config.sub
configure
depcomp
device_if.h
drm.kld
drm_pciids.h
export_syms
i915.kld
install-sh
libdrm.pc
libtool
ltmain.sh
mach64.kld
mga.kld
missing
mkinstalldirs
opt_drm.h
pci_if.h
r128.kld
radeon.kld
savage.kld
sis.kld
stamp-h1
tdfx.kld
via.kld

View File

@ -1 +0,0 @@
drm_pciids.h

View File

@ -1,8 +0,0 @@
.depend
bus_if.h
device_if.h
export_syms
opt_drm.h
pci_if.h
drm.kld
drm.ko

View File

@ -1,8 +0,0 @@
.depend
bus_if.h
device_if.h
export_syms
opt_drm.h
pci_if.h
i915.kld
i915.ko

View File

@ -1,8 +0,0 @@
.depend
bus_if.h
device_if.h
export_syms
opt_drm.h
pci_if.h
mach64.kld
mach64.ko

View File

@ -1,8 +0,0 @@
.depend
bus_if.h
device_if.h
export_syms
opt_drm.h
pci_if.h
mga.kld
mga.ko

View File

@ -1,8 +0,0 @@
.depend
bus_if.h
device_if.h
export_syms
opt_drm.h
pci_if.h
r128.kld
r128.ko

View File

@ -1,8 +0,0 @@
.depend
bus_if.h
device_if.h
export_syms
opt_drm.h
pci_if.h
radeon.kld
radeon.ko

View File

@ -1,8 +0,0 @@
.depend
bus_if.h
device_if.h
export_syms
opt_drm.h
pci_if.h
savage.kld
savage.ko

View File

@ -1,8 +0,0 @@
.depend
bus_if.h
device_if.h
export_syms
opt_drm.h
pci_if.h
sis.kld
sis.ko

View File

@ -1,8 +0,0 @@
.depend
bus_if.h
device_if.h
export_syms
opt_drm.h
pci_if.h
tdfx.kld
tdfx.ko

View File

@ -1,8 +0,0 @@
.depend
bus_if.h
device_if.h
export_syms
opt_drm.h
pci_if.h
via.kld
via.ko

View File

@ -1,8 +0,0 @@
.deps
.libs
Makefile
Makefile.in
config.h
*.la
*.lo
stamp-h1

View File

@ -1,6 +0,0 @@
*.ko
*.mod.c
*.o.cmd
*.ko.cmd
.tmp_versions
drm_pciids.h

View File

@ -1,6 +0,0 @@
*.ko
*.ko.cmd
*.o.cmd
*.mod.c
*.flags
drm_pciids.h

View File

@ -1,2 +0,0 @@
Makefile
Makefile.in