diff options
author | Simon Richter <Simon.Richter@hogyros.de> | 2013-05-13 20:21:18 +0200 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@linux.intel.com> | 2013-05-17 14:18:05 +0800 |
commit | 5be738dfbbb955faa8e785f91f7f32bf505d1f58 (patch) | |
tree | 61130cdb2cc3b8cf940b8af08b8b950e8b043aa9 /src | |
parent | eeebc11e3727a5c1663a2e83212ce8826b87ecdc (diff) | |
download | beignet-5be738dfbbb955faa8e785f91f7f32bf505d1f58.tar.gz |
Update gitignore files
- Ignore CMake built files
- Ignore .so files only in the subdirectory
- Ignore generated .bmp files
- Ignore generated config headers
- Ignore generated source for OCL
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 00000000..fc1479ec --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,2 @@ +OCLConfig.h +libcl.so |