Merge branch 'master' of github.com:ispc/ispc

This commit is contained in:
Matt Pharr
2011-06-23 18:21:02 -07:00
3 changed files with 9 additions and 0 deletions

4
.gitignore vendored
View File

@@ -1,2 +1,6 @@
*.pyc
*~
depend
ispc
ispc_test
objs

3
examples/mandelbrot/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
mandelbrot
*.ppm
objs

2
examples/simple/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
simple
objs