summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-03-02 02:42:00 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2016-03-02 11:22:12 +0000
commitb07853c4fe65a77e10e87ad27eea6f0a9685403e (patch)
tree4ab8d8bfd8797ae30a1174be8ab784ad76271ef8
parent6116bdbd1ab338cbfed26c49626035e28d2216c2 (diff)
Add missing files to .gitignore thoughout the project
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
-rw-r--r--.gitignore1
-rw-r--r--bin/.gitignore8
-rw-r--r--src/GL/.gitignore2
-rw-r--r--src/GLESv1/.gitignore2
-rw-r--r--src/GLESv2/.gitignore2
-rw-r--r--src/GLX/.gitignore1
-rw-r--r--src/GLdispatch/vnd-glapi/.gitignore3
-rw-r--r--src/OpenGL/.gitignore2
-rw-r--r--tests/.gitignore8
9 files changed, 29 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0aae5dc..d8ab83e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@ manifest.txt
Makefile
Makefile.in
core
+stamp-h1
diff --git a/bin/.gitignore b/bin/.gitignore
new file mode 100644
index 0000000..94fb547
--- /dev/null
+++ b/bin/.gitignore
@@ -0,0 +1,8 @@
+compile
+config.guess
+config.sub
+depcomp
+install-sh
+ltmain.sh
+missing
+test-driver
diff --git a/src/GL/.gitignore b/src/GL/.gitignore
new file mode 100644
index 0000000..84a797f
--- /dev/null
+++ b/src/GL/.gitignore
@@ -0,0 +1,2 @@
+g_glapi_mapi_gl_tmp.h
+g_libglglxwrapper.c
diff --git a/src/GLESv1/.gitignore b/src/GLESv1/.gitignore
new file mode 100644
index 0000000..828c034
--- /dev/null
+++ b/src/GLESv1/.gitignore
@@ -0,0 +1,2 @@
+g_glapi_mapi_glesv1_tmp.h
+g_glesv1_exports.sym
diff --git a/src/GLESv2/.gitignore b/src/GLESv2/.gitignore
new file mode 100644
index 0000000..bbba148
--- /dev/null
+++ b/src/GLESv2/.gitignore
@@ -0,0 +1,2 @@
+g_glapi_mapi_glesv2_tmp.h
+g_glesv2_exports.sym
diff --git a/src/GLX/.gitignore b/src/GLX/.gitignore
new file mode 100644
index 0000000..d8a01d2
--- /dev/null
+++ b/src/GLX/.gitignore
@@ -0,0 +1 @@
+g_libglxnoop.c
diff --git a/src/GLdispatch/vnd-glapi/.gitignore b/src/GLdispatch/vnd-glapi/.gitignore
new file mode 100644
index 0000000..e787ba4
--- /dev/null
+++ b/src/GLdispatch/vnd-glapi/.gitignore
@@ -0,0 +1,3 @@
+g_glapi_inittable.c
+glapi_mapi_tmp.h
+glapitable.h
diff --git a/src/OpenGL/.gitignore b/src/OpenGL/.gitignore
new file mode 100644
index 0000000..163ad14
--- /dev/null
+++ b/src/OpenGL/.gitignore
@@ -0,0 +1,2 @@
+g_glapi_mapi_opengl_tmp.h
+g_opengl_exports.sym
diff --git a/tests/.gitignore b/tests/.gitignore
new file mode 100644
index 0000000..c28790b
--- /dev/null
+++ b/tests/.gitignore
@@ -0,0 +1,8 @@
+testglxgetclientstr
+testglxgetprocaddress
+testglxmakecurrent
+testglxmakecurrent_oldlink
+testglxnscreens
+testglxqueryversion
+testpatchentrypoints
+testx11glvndproto