Add CMake things to gitignore
This commit is contained in:
parent
57ea4b8cae
commit
662fcaf4b5
12
.gitignore
vendored
12
.gitignore
vendored
@ -1,8 +1,16 @@
|
|||||||
|
|
||||||
|
common.h
|
||||||
|
|
||||||
gpu-stream-cuda
|
gpu-stream-cuda
|
||||||
gpu-stream-ocl
|
gpu-stream-ocl
|
||||||
|
|
||||||
*.o
|
*.o
|
||||||
|
|
||||||
*.tar
|
*.tar
|
||||||
|
|
||||||
*.gz
|
*.gz
|
||||||
|
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
CMakeCache.txt
|
||||||
|
CMakeFiles/
|
||||||
|
cmake_install.cmake
|
||||||
|
Makefile
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user