diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 18:42:17 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 18:46:44 +0200 |
commit | aa896634809efb9c497de2fcdc15c7fc19728ae7 (patch) | |
tree | 7d1b7f506eb75a065ef5ae69d1db41985baf26e1 /.gitignore | |
parent | b6f5a8ce644bd928282f71e8eb0b5d27cc886ea0 (diff) |
Initializing the repo
Change-Id: I354a1c136a57e1ec8d511041fbd13a19b730c419
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b092854 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +build/ +CMakeCache.txt +Makefile +*.so +nbproject/private |