📅 2013-Jun-27 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ cuda, eclipse, eclipse cdt, nsight eclipse, version control system ⬩ 📚 Archive
Nsight Eclipse provides an IDE environment to write CUDA programs. It is built upon the Eclipse CDT platform. A CUDA project created in Nsight Eclipse includes source files created by you and additional files created by Nsight.
In addition to your CUDA source files, the following files and directories in your CUDA project need to be added to version control:
.project: A XML file used by Eclipse with general information about the project.
.cproject: A XML file used by Eclipse with information specific to CUDA compilation for the project.
.settings/*: Files inside this directory have more settings.
Tried with: Nsight Eclipse 5.0.0 and Ubuntu 12.04 LTS