summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRaul Munoz <raul.munoz@toradex.com>2017-05-16 18:02:57 -0300
committerStefan Agner <stefan.agner@toradex.com>2017-05-19 10:06:58 -0700
commit147859dbe94af976190c40255e3705dc3225faad (patch)
treef8702fb466f726b89433bbcf50d715bcd26386be /.gitignore
parente5ee7247b636ae13cbe231306070108d1672b4bb (diff)
examples: add eclipse generator
Adding Eclipse CDT4 Generator in orther to have the .cproject .project created with cmake command. It help to include the files inside eclipse. Signed-off-by: Raul Munoz <raul.munoz@toradex.com> [add generated Eclipse file to gitignore] Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 94ac416..2cb227b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,5 @@ cmake_install.cmake
*.elf
*.hex
*.map
+*.cproject
+*.project