Add .gitignore file.
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 21 May 2015 04:36:05 +0000 (13:36 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 21 May 2015 04:37:27 +0000 (13:37 +0900)
Change-Id: Ia7671937291ce9139b4bb0cd55a6ec85dd99e41f

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..fa30190
--- /dev/null
@@ -0,0 +1,14 @@
+*.log
+*.pyc
+*.o
+*.os
+*.exe
+*~
+*.lo
+.libs
+.deps
+*.la
+CMakeFiles
+CMakeCache.txt
+cmake_build_tmp/
+.cproject