Ignore CMake caches 00/268100/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 16 Dec 2021 06:56:09 +0000 (15:56 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 16 Dec 2021 06:57:23 +0000 (15:57 +0900)
When we do some miss-command during build,
CMakeCache.txt and CMakeFiles/ are created.
I want to ignore them

Change-Id: Ia1f93216bfb47d19b1fba8e506d711cb58d59f4a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
.gitignore

index af8b66f75bf1a3e93303c4dce6e893cb302d8e22..37ba5cb5e4be03026d74a7df9e01c33499c81471 100755 (executable)
@@ -14,8 +14,11 @@ missing
 *.lo
 *.la
 *.swp
+*.orig
 *~
 Makefile
+CMakeCache.txt
+CMakeFiles/
 autom4te.cache/
 config.h
 config.log