diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2018-12-05 20:10:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2018-12-05 20:10:19 +0000 |
commit | 294f81afc033629a34571073f02ef6880c7d5771 (patch) | |
tree | 72cf100ee8d7350a7564eaa9f6a38014b93eed62 | |
parent | a944415bfb83f207020b56b7c9ca7235c8bb435f (diff) | |
parent | 11b373b843649bacd52477af07aa903d602d3038 (diff) |
Merge "added .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..7570e9a --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +# Ignore everything in this directory +build-root/* +# Except this +!/build-root/scripts +!/build-root/scripts/* |