Initial commit 11/278011/1
author임수찬/Tizen Platform Lab(SR)/삼성전자 <sc1.lim@samsung.com>
Thu, 3 Feb 2022 03:54:32 +0000 (12:54 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Jul 2022 05:07:38 +0000 (14:07 +0900)
Change-Id: I5cab00df22a871c6aa7ddcb111f0e8ca7f7731b2

.gitignore
README.md [new file with mode: 0644]

index 51ef652..c6127b3 100644 (file)
@@ -1,3 +1,52 @@
-.vscode
-.TizenBuild
+# Prerequisites
+*.d
 
+# Object files
+*.o
+*.ko
+*.obj
+*.elf
+
+# Linker output
+*.ilk
+*.map
+*.exp
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Libraries
+*.lib
+*.a
+*.la
+*.lo
+
+# Shared objects (inc. Windows DLLs)
+*.dll
+*.so
+*.so.*
+*.dylib
+
+# Executables
+*.exe
+*.out
+*.app
+*.i*86
+*.x86_64
+*.hex
+
+# Debug files
+*.dSYM/
+*.su
+*.idb
+*.pdb
+
+# Kernel Module Compile Results
+*.mod*
+*.cmd
+.tmp_versions/
+modules.order
+Module.symvers
+Mkfile.old
+dkms.conf
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..4c1f3c7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+# libds-c
+libds with C