diff options
author | Michael Bien <[email protected]> | 2009-10-21 17:22:29 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-10-21 17:22:29 +0200 |
commit | 84cc0fddb4da1add636978afecf58df01fb3c35b (patch) | |
tree | ef6deb5b75e0fb3b5d4367937f84b1c039f1f0c7 /.gitignore |
initial import of jocl-demos project.
added first demo: HelloJOCL.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e29c5a9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +build +dist +gensrc +**~ +nbproject/private |