summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-05-08 14:41:54 -0700
committerStefan Agner <stefan.agner@toradex.com>2017-05-12 13:54:18 -0700
commit6fcd37817cbea037bd1194b50382c7d8ca4b74ee (patch)
tree831d8933037194c97345cc0fce0301d52dd76a6f /.gitignore
parent74e83463973d77b16449e7b9206f4f75b94296d1 (diff)
examples: convert CMake structure to allow multiple builds
Convert CMake build files structure such that we can build debug and release configuration simultaneously. This is useful when using Eclipse's Makefile integration. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Suggested-by: Raul Munoz <raul.munoz@toradex.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f40c56e..94ac416 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,7 @@ CMakeCache.txt
CMakeFiles/
Makefile
cmake_install.cmake
-release/
-debug/
+*.bin
+*.elf
+*.hex
+*.map