summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>2018-02-23 15:15:50 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2018-02-23 15:15:50 +0900
commit0509b87014159970d858b019b7da44f26d6d090b (patch)
tree8f8dd7bb9d40174c1a1104f6d3940a8e59b8e854
downloadnnfw-0509b87014159970d858b019b7da44f26d6d090b.tar.gz
nnfw-0509b87014159970d858b019b7da44f26d6d090b.tar.bz2
nnfw-0509b87014159970d858b019b7da44f26d6d090b.zip
Initial commit
-rw-r--r--.gitignore32
-rw-r--r--README.md1
2 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..259148fa1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,32 @@
+# Prerequisites
+*.d
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
diff --git a/README.md b/README.md
new file mode 100644
index 000000000..abfaccd7c
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+# nnfw \ No newline at end of file