Skip to content

Commit

Permalink
Update .gitignore files
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Reding <thierry@gilfi.de>
  • Loading branch information
Thierry Reding committed Apr 20, 2013
1 parent ed98d84 commit b5c2bcd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,4 @@
*.la
*.lo
*.o
.deps
Expand All @@ -16,6 +17,7 @@ depcomp
install-sh
libtool
ltmain.sh
m4
Makefile
Makefile.in
missing
Expand Down
1 change: 1 addition & 0 deletions tests/drm/.gitignore
@@ -0,0 +1 @@
vblank
6 changes: 6 additions & 0 deletions tests/gles/.gitignore
Expand Up @@ -4,7 +4,13 @@ egl-x11-clear
egl-x11-triangle
gles-clear
gles-pbuffer-clear
gles-pbuffer-cube
gles-pbuffer-fill
gles-pbuffer-triangle
gles-pbuffer-triangle-rotate
gles-pbuffer-uniforms
gles-pbuffer-uniforms-rg
gles-pbuffer-uniforms-rgb
gles-pbuffer-vertex-offset
gles-shader-fill
libcommon.la
4 changes: 4 additions & 0 deletions tests/grate/.gitignore
@@ -0,0 +1,4 @@
clear
quad
triangle
triangle-rotate
2 changes: 2 additions & 0 deletions tests/host1x/.gitignore
@@ -0,0 +1,2 @@
gr2d-clear
gr3d-triangle
3 changes: 3 additions & 0 deletions tools/.gitignore
@@ -1 +1,4 @@
cgc
fp20
fx10
hex2float

0 comments on commit b5c2bcd

Please sign in to comment.