diff options
-rw-r--r-- | GL/glx/.gitignore | 5 | ||||
-rw-r--r-- | GL/mesa/.gitignore | 32 | ||||
-rw-r--r-- | doc/.gitignore | 2 | ||||
-rw-r--r-- | hw/vfb/.gitignore | 2 | ||||
-rw-r--r-- | hw/xfree86/doc/man/.gitignore | 4 | ||||
-rw-r--r-- | hw/xfree86/fbdevhw/.gitignore | 2 | ||||
-rw-r--r-- | hw/xfree86/getconfig/.gitignore | 4 | ||||
-rw-r--r-- | hw/xfree86/utils/gtf/.gitignore | 2 | ||||
-rw-r--r-- | hw/xfree86/utils/pcitweak/.gitignore | 3 | ||||
-rw-r--r-- | hw/xfree86/utils/scanpci/.gitignore | 2 | ||||
-rw-r--r-- | hw/xfree86/utils/xorgcfg/.gitignore | 2 | ||||
-rw-r--r-- | hw/xfree86/utils/xorgconfig/.gitignore | 1 | ||||
-rw-r--r-- | hw/xnest/.gitignore | 2 |
13 files changed, 63 insertions, 0 deletions
diff --git a/GL/glx/.gitignore b/GL/glx/.gitignore new file mode 100644 index 000000000..5cf6f0a44 --- /dev/null +++ b/GL/glx/.gitignore @@ -0,0 +1,5 @@ +indirect_size.h +glcontextmodes.c +glcontextmodes.h +glapi.c +glthread.c diff --git a/GL/mesa/.gitignore b/GL/mesa/.gitignore new file mode 100644 index 000000000..82ab82747 --- /dev/null +++ b/GL/mesa/.gitignore @@ -0,0 +1,32 @@ +X/drivers +X/glxheader.h +X/xmesaP.h +X/xm*.c +array_cache/*.c +array_cache/*.h +mesa/drivers +mesa/glxheader.h +mesa/xm*.c +glapi/*.c +glapi/*.h +main/*.c +main/*.h +math/*.c +math/*.h +ppc +shader/*.c +shader/*.h +shader/slang/*.c +shader/slang/*.h +shader/slang/library +shader/grammar/*.c +shader/grammar/*.h +sparc +swrast/*.c +swrast/*.h +swrast_setup/*.c +swrast_setup/*.h +tnl/*.c +tnl/*.h +x86 +x86-64 diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 000000000..fa5407dda --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,2 @@ +Xserver.1 +Xserver.1x diff --git a/hw/vfb/.gitignore b/hw/vfb/.gitignore new file mode 100644 index 000000000..e3225f65b --- /dev/null +++ b/hw/vfb/.gitignore @@ -0,0 +1,2 @@ +Xvfb.1 +Xvfb.1x diff --git a/hw/xfree86/doc/man/.gitignore b/hw/xfree86/doc/man/.gitignore new file mode 100644 index 000000000..d412e511b --- /dev/null +++ b/hw/xfree86/doc/man/.gitignore @@ -0,0 +1,4 @@ +Xorg.1 +Xorg.1x +xorg.conf.5 +xorg.conf.5x diff --git a/hw/xfree86/fbdevhw/.gitignore b/hw/xfree86/fbdevhw/.gitignore new file mode 100644 index 000000000..4c8446c75 --- /dev/null +++ b/hw/xfree86/fbdevhw/.gitignore @@ -0,0 +1,2 @@ +fbdevhw.4 +fbdevhw.4x diff --git a/hw/xfree86/getconfig/.gitignore b/hw/xfree86/getconfig/.gitignore new file mode 100644 index 000000000..dc5d5cb4d --- /dev/null +++ b/hw/xfree86/getconfig/.gitignore @@ -0,0 +1,4 @@ +getconfig.1 +getconfig.1x +getconfig.5 +getconfig.5x diff --git a/hw/xfree86/utils/gtf/.gitignore b/hw/xfree86/utils/gtf/.gitignore new file mode 100644 index 000000000..741071d52 --- /dev/null +++ b/hw/xfree86/utils/gtf/.gitignore @@ -0,0 +1,2 @@ +gtf.1 +gtf.1x diff --git a/hw/xfree86/utils/pcitweak/.gitignore b/hw/xfree86/utils/pcitweak/.gitignore new file mode 100644 index 000000000..c866baf62 --- /dev/null +++ b/hw/xfree86/utils/pcitweak/.gitignore @@ -0,0 +1,3 @@ +pcitweak.1 +pcitweak.1x + diff --git a/hw/xfree86/utils/scanpci/.gitignore b/hw/xfree86/utils/scanpci/.gitignore new file mode 100644 index 000000000..b752c7455 --- /dev/null +++ b/hw/xfree86/utils/scanpci/.gitignore @@ -0,0 +1,2 @@ +scanpci.1 +scanpci.1x diff --git a/hw/xfree86/utils/xorgcfg/.gitignore b/hw/xfree86/utils/xorgcfg/.gitignore new file mode 100644 index 000000000..378869b1c --- /dev/null +++ b/hw/xfree86/utils/xorgcfg/.gitignore @@ -0,0 +1,2 @@ +xorgcfg.1 +xorgcfg.1x diff --git a/hw/xfree86/utils/xorgconfig/.gitignore b/hw/xfree86/utils/xorgconfig/.gitignore new file mode 100644 index 000000000..6f3cabd65 --- /dev/null +++ b/hw/xfree86/utils/xorgconfig/.gitignore @@ -0,0 +1 @@ +xorgconfig.1 diff --git a/hw/xnest/.gitignore b/hw/xnest/.gitignore new file mode 100644 index 000000000..fc92eb176 --- /dev/null +++ b/hw/xnest/.gitignore @@ -0,0 +1,2 @@ +Xnest.1 +Xnest.1x |