--extra=+f
+--exclude=Product
+ --exclude=build
--exclude=tags
+--exclude=tests/framework/cache
+--exclude=tools/cross/rootfs
+--exclude=doxygen
-/externals
+# Working Path
+/Product
+ /build
+/tools/cross/rootfs
+
+# Compiled python3 code cache
+**/__pycache__
+*.pyc
+
+# Test cache for model download
+/tests/framework/cache
+
+# Test report
+/report
+
+# doxygen
+/docs/doxygen/html
+
+# Generated by format checker
+/format.patch
+
+# Default path for ndk
+/tools/cross/ndk
+
+# ignore the embeded cl_kernels
+/**/*.clembed
+/**/*.hembed
+
+# External directory
+/externals
+
+# tflkit info files
+/tools/tflkit/*.info
+
+# Generated tests
+/tests/nnapi/src/generated
+
+# Coverage
+/gcov
/coverage
+
+# Makefile
/Makefile
-/format.patch
+Aleksei Grebenkin <a.grebenkin@samsung.com>
+ Andrew Tischenko <a.tischenko@partner.samsung.com>
Andrey Shedko <a.shedko@samsung.com>
Cheongyo Bahk <ch.bahk@samsung.com>
+Chunseok Lee <chunseok.lee@samsung.com>
+ Denis Maksimenko <d.maksimenko@partner.samsung.com>
+Devansh Bansal <b.devansh@samsung.com>
Dilshodzhon Poshshoev <d.poshshoev@samsung.com>
+ Dmitry Mozolev <d.mozolev@samsung.com>
+ Efimov Alexander <a.efimov@samsung.com>
Hanjoung Lee <hanjoung.lee@samsung.com>
+Hyeongseok Oh <hseok82.oh@samsung.com>
HyungGyu Choi <hk0110.choi@samsung.com>
Hyunsik Yoon <hyunsik.yoon@samsung.com>
+Inki Dae <inki.dae@samsung.com>
+ Ivan Ivanovich Kulagin <i.kulagin@samsung.com>
Ivan Vagin <ivan.vagin@samsung.com>
Jiseob Jang <jiseob.jang@samsung.com>
Jiyoung Yun <jy910.yun@samsung.com>
Jonghyun Park <jh1302.park@samsung.com>
+Junghyun Kim <jh0822.kim@samsung.com>
+Kshitiz Bansal <kshitiz.b@samsung.com>
+ Myungjae Lee <mjae.lee@samsung.com>
+ Pavel Fattakhov <p.fattakhov@partner.samsung.com>
Pavel Ilyutchenko <p.iliutchenk@samsung.com>
+Prasanna R <prasanna.r@samsung.com>
+Praveen Doreswamy Naidu <praveen.dn@samsung.com>
+ Roman Rusyaev <r.rusyaev@samsung.com>
Saehie Park <saehie.park@samsung.com>
Sanggyu Lee <sg5.lee@samsung.com>
+Sangjung Woo <sangjung.woo@samsung.com>
Sangmin Seo <sangmin7.seo@samsung.com>
+Saulo Aldighieri Moraes <s.moraes@samsung.com>
+Saurav Babu <saurav.babu@samsung.com>
Seok Namkoong <sk.namkoong@samsung.com>
+ Seongwoo Chae <sw4670.chae@samsung.com>
Sergei Barannikov <s.barannikov@samsung.com>
+Sergei Chicherin <s.chicherin@samsung.com>
+ Sergey Vostokov <s.vostokov@samsung.com>
+Shubham Gupta <shub98.gupta@samsung.com>
+Siva Sai Vaddipati <siva.sai@samsung.com>
+Sujin Kim <sjsujin.kim@samsung.com>
Sung-Jae Lee <sj925.lee@samsung.com>
Sungjin Choi <lotieye.choi@samsung.com>
+Tanuj Tekriwal <tanuj.tekri@samsung.com>
+ Timur Otellovich Ablyazimov <t.ablyazimov@samsung.com>
+Vishal Keshav <vishal.k1@samsung.com>
Vitaliy Cherepanov <v.cherepanov@samsung.com>
Vladimir Plazun <v.plazun@samsung.com>
+Yongseop Kim <yons.kim@samsung.com>
+ Yuri Novikov <y.novikov@partner.samsung.com>
+# nnfw
+
+A high-performance, on-device neural network inference framework
+
+## Goal
+
+This project _nnfw_ aims at providing a high-performance, on-device neural network (NN) inference
+framework that performs inference of a given NN model on processors, such as CPU, GPU, or NPU, in
+the target platform, such as the Linux kernel based OS including Tizen.
+
+## Project Documents
+
+- [Roadmap](docs/nnfw/roadmap.md)
+- [SW Requirement Specification](docs/nnfw/project/2019_requirement_specification.md)
+- [SW High Level Design](docs/nnfw/project/2018_high_level_design.md)
+
+## Getting started
+
+- For the contribution, please refer to our [contribution guide](docs/nnfw/HowToContribute.md).
+- You can also find how-to documents [HERE](docs/nnfw/howto.md).
+
+## Maintainers
+
+- Sung-Jae Lee <<sj925.lee@samsung.com>>
+- Chunseok Lee <<chunseok.lee@samsung.com>>
+
+## Committers
+
+- Hyeongseok Oh <<hseok82.oh@samsung.com>>
+- Hanjoung Lee <<hanjoung.lee@samsung.com>>
+- Sharan Allur <<sharan.allur@samsung.com>>
+
+## Feature Request (NEW)
+
+You can suggest development of nnfw's features that are not yet available.
+
+The functions requested so far can be checked in the [popular feature request](https://github.sec.samsung.net/STAR/nnfw/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3AFEATURE_REQUEST+sort%3Areactions-%2B1-desc) list.
+
+- If the feature you want is on the list, :+1: to the body of the issue. The feature with the most
+:+1: is placed at the top of the list. When adding new features, we will prioritize them with this reference.
+Of course, it is good to add an additional comment which describes your request in detail.
+
+- For features not listed, [create a new issue](https://github.sec.samsung.net/STAR/nnfw/issues/new).
+Sooner or later, the maintainer will tag the `FEATURE_REQUEST` label and appear on the list.
+
+We expect one of the most frequent feature requests would be the operator kernel implementation.
+It is good to make a request, but it is better if you contribute by yourself. See the following guide,
+[How to Implement Operator Kernel](docs/nnfw/HowToImplementOperatorKernel.md), for help.
+
+We are looking forward to your participation.
+Thank you in advance!
+
+ # nncc
+ Re-targetable neural network (NN) model compilation framework
+
+ ## Goals
+ nncc, which stands for neural network compiler collection, aims to provide a general framework for
+ compiling a given NN model to an artifact that runs on various target devices such as CPU, GPU, or
+ NPU.
+
+ ## Maintainers
+
+ - Sung-Jae Lee <<sj925.lee@samsung.com>>
+ - Jonghyun Park <<jh1302.park@samsung.com>>
+
+ ## Committers
+
+ - Saehie Park <<saehie.park@samsung.com>>
+ - Hyeongseok Oh <<hseok82.oh@samsung.com>>
+ - Efimov Alexander <<a.efimov@samsung.com>>
++
+----
+
+## Notice
+
+We are currently working on [_nncc_](https://github.sec.samsung.net/STAR/nncc) as a sibling project.
+In our plan, the two projects will soon be integrated into one, and focusing on their roles as
+front-end(_nncc_) and back-end(_nnfw_), respectively. It will accompany the physical combination of
+the github repo. You can find the latest roadmap of the integrated project
+[here](https://github.sec.samsung.net/orgs/STAR/projects/1).