diff options
author | Pavol Hanzel <pavol.hanzel@pantheon.tech> | 2018-12-05 10:51:49 +0100 |
---|---|---|
committer | Pavol Hanzel <pavol.hanzel@pantheon.tech> | 2018-12-05 10:51:49 +0100 |
commit | 11b373b843649bacd52477af07aa903d602d3038 (patch) | |
tree | 0ba40c2380a622d85a2907f099490aa8c8fc02c2 | |
parent | 63e7bd9f2730b41f236e0b5d3731e6059210c4c4 (diff) |
added .gitignore
Change-Id: Iff206d3a7a60fd4e4add73f216c4f6007b180657
Signed-off-by: Pavol Hanzel <pavol.hanzel@pantheon.tech>
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7570e9a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +build-root/* +# Except this +!/build-root/scripts +!/build-root/scripts/* |