diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-14 15:15:06 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-14 15:15:06 +0100 |
commit | be74f5a7f312aea060aa7bd5459b6bd3711f0a87 (patch) | |
tree | f80afbc39ed12a4a6a56c0a70f3e92c974ae2c4c /.gitignore | |
parent | 1231491515aca29877935f44d5a97ced86066dd2 (diff) |
Added Doc dir and remove nbprojet from git
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ amixer autom4te.cache config.log -build/** -dist/** +build/* +dist/* !.gitignore .dep.inc CMakeFiles/ CMakeCache.txt -nbproject/private/*.log +nbproject/* |