aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Collignon <loic.collignon@iot.bzh>2017-07-31 10:41:40 +0200
committerLoïc Collignon <loic.collignon@iot.bzh>2017-07-31 10:41:40 +0200
commit6c756babc1df76d8ac1d5331046f2d7076a729d5 (patch)
treebb006f81ca1663b9d39eca0ba44bd2f04e8aabfe
parent0455a7401f9f0f9bfad82c5ddf04f7dd70b0b852 (diff)
update .gitignore for KDevelop4
Change-Id: Ibe9b328c83ec6a79336a677a7002e81991088aee Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
-rw-r--r--.gitignore3
-rw-r--r--ll-auth-binding/conf.d/cmake/config.cmake4
-rw-r--r--ll-store-binding/conf.d/cmake/config.cmake4
3 files changed, 7 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index b28e937..a9cd564 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
.vs/
.vscode/
+.kdev4/
+*.kdev4
build/
+autobuild/
diff --git a/ll-auth-binding/conf.d/cmake/config.cmake b/ll-auth-binding/conf.d/cmake/config.cmake
index 5b4f664..f46ce4c 100644
--- a/ll-auth-binding/conf.d/cmake/config.cmake
+++ b/ll-auth-binding/conf.d/cmake/config.cmake
@@ -1,7 +1,7 @@
###########################################################################
# Copyright 2015, 2016, 2017 IoT.bzh
#
-# author: Fulup Ar Foll <fulup@iot.bzh>
+# author: Loïc Collignon <loic.collignon@iot.bzh>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ set(PROJECT_LANGUAGES,"C")
# Where are stored default templates files from submodule or subtree app-templates in your project tree
# relative to the root project directory
-set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates")
+set(PROJECT_APP_TEMPLATES_DIR "../conf.d/app-templates")
# Where are stored your external libraries for your project. This is 3rd party library that you don't maintain
# but used and must be built and linked.
diff --git a/ll-store-binding/conf.d/cmake/config.cmake b/ll-store-binding/conf.d/cmake/config.cmake
index c4bd78c..4b21688 100644
--- a/ll-store-binding/conf.d/cmake/config.cmake
+++ b/ll-store-binding/conf.d/cmake/config.cmake
@@ -1,7 +1,7 @@
###########################################################################
# Copyright 2015, 2016, 2017 IoT.bzh
#
-# author: Fulup Ar Foll <fulup@iot.bzh>
+# author: Loïc Collignon <collignon.loic@iot.bzh>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -31,7 +31,7 @@ set(PROJECT_LANGUAGES,"C")
# Where are stored default templates files from submodule or subtree app-templates in your project tree
# relative to the root project directory
-set(PROJECT_APP_TEMPLATES_DIR "conf.d/app-templates")
+set(PROJECT_APP_TEMPLATES_DIR "../conf.d/app-templates")
# Where are stored your external libraries for your project. This is 3rd party library that you don't maintain
# but used and must be built and linked.