mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 05:47:35 -04:00
fix gitignore
This commit is contained in:
parent
abc0624086
commit
b9e5612949
5 changed files with 6 additions and 1 deletions
1
benchmarks/new_opencl/kmeans/.gitignore
vendored
Normal file
1
benchmarks/new_opencl/kmeans/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
./kmeans
|
|
@ -41,4 +41,4 @@ clean:
|
|||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
-include .depend
|
||||
endif
|
||||
endif
|
||||
|
|
1
benchmarks/new_opencl/vecadd/.gitignore
vendored
Normal file
1
benchmarks/new_opencl/vecadd/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
vecadd
|
2
driver/sw/simx/.gitignore
vendored
Normal file
2
driver/sw/simx/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
obj_dir
|
||||
libvortex.so
|
1
simX/.gitignore
vendored
Normal file
1
simX/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
obj_dir
|
Loading…
Add table
Add a link
Reference in a new issue