Commit 06544d14 authored by Ravi's avatar Ravi

changes to gitignore

parent 6cf20bce
...@@ -6,3 +6,8 @@ image_result.png ...@@ -6,3 +6,8 @@ image_result.png
*.project *.project
*.settings *.settings
*.settings/* *.settings/*
miklos/sample_qt_opengl_cuda_shit_without_camera/moc_glwidget.cpp
miklos/sample_qt_opengl_cuda_shit_without_camera/Makefile
miklos/sample_qt_opengl_cuda_shit_without_camera/hello-opengl
*.o
all: main
main: main.cu aux.cu aux.h Makefile main: main.cu aux.cu aux.h Makefile
nvcc -o main main.cu aux.cu --ptxas-options=-v --use_fast_math --compiler-options -Wall -lopencv_highgui -lopencv_core -lopencv_imgproc -lGL -lglut nvcc -o main main.cu aux.cu --ptxas-options=-v --use_fast_math --compiler-options -Wall -lopencv_highgui -lopencv_core -lopencv_imgproc -lGL -lglut
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment