diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 19:56:21 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 19:56:21 +0200 |
commit | 8cd16b7017264bc8865a1eb5d5d5e54c228b87ab (patch) | |
tree | 29d94a5ccc9b037b6e1898c4b415c7ea8d96bfc3 | |
parent | 1339edfa2da2185491d7ee0023a2a4ab03b0e698 (diff) |
Add .gitignore
Change-Id: Iea7229c8afbf7f50826359227aec54cff5c0fa7e
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2002d57 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +build/ +CMakeCache.txt +Makefile +*.so +nbproject +.vscode |