diff options
author | Michael Bien <[email protected]> | 2009-07-24 18:33:42 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-07-24 18:33:42 +0200 |
commit | 1737ee672c05d956a99a91d9894556230f6363bc (patch) | |
tree | 365a728def62f6c5069a2dcd9a1f6521330e2212 /.gitignore |
initial import of JOCL the Java Bindings to OpenCL prototype
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..43d7e89b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +build +dist +gensrc |