diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-07 20:13:20 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-03-07 20:13:20 +0100 |
commit | 3392199837251e8b165dda1eb0ec211d9c06dd0b (patch) | |
tree | c7fd4cd611953c145b2221f0c81d2a5928e5261b /.gitignore | |
parent | 730a5e12bf8688863356b5209db9586e78498237 (diff) |
Initial Commit
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 |