Skip to content
Snippets Groups Projects
Commit 57a245a6 authored by Matt Turner's avatar Matt Turner
Browse files

Update .gitignore with more demos and tests


Signed-off-by: default avatarMatt Turner <mattst88@gmail.com>
parent 51ae3f2d
No related branches found
No related tags found
No related merge requests found
...@@ -26,25 +26,48 @@ stamp-h? ...@@ -26,25 +26,48 @@ stamp-h?
config.h config.h
config.h.in config.h.in
.*.swp .*.swp
demos/alpha-test
demos/clip-in
demos/clip-test
demos/composite-test
demos/convolution-test
demos/gradient-test
demos/radial-test
demos/screen-test
demos/trap-test
demos/tri-test
pixman/pixman-combine32.c pixman/pixman-combine32.c
pixman/pixman-combine32.h pixman/pixman-combine32.h
pixman/pixman-combine64.c pixman/pixman-combine64.c
pixman/pixman-combine64.h pixman/pixman-combine64.h
pixman/pixman-version.h pixman/pixman-version.h
test/a1-trap-test
test/affine-test
test/alpha-loop
test/alphamap
test/alpha-test test/alpha-test
test/blitters-test test/blitters-test
test/clip-in test/clip-in
test/clip-test test/clip-test
test/composite test/composite
test/composite-test test/composite-test
test/composite-traps-test
test/convolution-test test/convolution-test
test/fetch-test test/fetch-test
test/gradient-crash-test
test/gradient-test test/gradient-test
test/lowlevel-blt-bench
test/oob-test test/oob-test
test/pdf-op-test
test/region-contains-test
test/region-test test/region-test
test/region-translate test/region-translate
test/region-translate-test
test/scaling-crash-test
test/scaling-helpers-test
test/scaling-test test/scaling-test
test/screen-test test/screen-test
test/stress-test
test/trap-crasher test/trap-crasher
test/trap-test test/trap-test
test/window-test test/window-test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment