Ignore built files.
This commit is contained in:
committed by
Matt Pharr
parent
d340dcbfcc
commit
39542f420a
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,2 +1,6 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*~
|
*~
|
||||||
|
depend
|
||||||
|
ispc
|
||||||
|
ispc_test
|
||||||
|
objs
|
||||||
|
|||||||
3
examples/mandelbrot/.gitignore
vendored
Normal file
3
examples/mandelbrot/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
mandelbrot
|
||||||
|
*.ppm
|
||||||
|
objs
|
||||||
2
examples/simple/.gitignore
vendored
Normal file
2
examples/simple/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
simple
|
||||||
|
objs
|
||||||
Reference in New Issue
Block a user