diff options
author | Daniel Sabo <DanielSabo@gmail.com> | 2013-01-13 17:36:21 -0800 |
---|---|---|
committer | Daniel Sabo <DanielSabo@gmail.com> | 2013-01-13 17:36:21 -0800 |
commit | 1d6a45486bdb74f73a3a297ce2295d0ce01d44d3 (patch) | |
tree | 5e9ee698c7ef2989ca2edbca177460537610cdfc /opencl | |
parent | 4261903818e384f5605c4c0c7b84e073864e837d (diff) |
Add .gitignore to opencl directory
Diffstat (limited to 'opencl')
-rw-r--r-- | opencl/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opencl/.gitignore b/opencl/.gitignore new file mode 100644 index 00000000..262e1610 --- /dev/null +++ b/opencl/.gitignore @@ -0,0 +1,6 @@ +/Makefile +/Makefile.in +/.deps +/.libs +/*.lo +/*.la |