diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-13 17:20:05 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-13 17:20:05 +0200 |
commit | 014ba2dd29eaadb4d61948ca417c25112f76ee0e (patch) | |
tree | 85a9e9540ebcea63053a817993290eac45076962 /.gitignore | |
parent | 21ffc6687e175d5cfb73500e45e61195d061ec72 (diff) |
Import CAN generator from low-level-can-service
Also use the app-templates CMake helpers.
Change-Id: I034e5efa9baa0f686a081f60df5c3588e4b3bd51
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100755 index 0000000..1d26455 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.vs/
+.vscode/
+.kdev4/
+build*/
+*.kdev4
+bin/
+*.vcxproj.user
+obj/
|