Ignore built files.

This commit is contained in:
Andreas Wendleder
2011-06-23 18:39:34 +02:00
committed by Matt Pharr
parent d340dcbfcc
commit 39542f420a
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