projects
/
platform
/
core
/
uifw
/
dali-csharp-binder.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a588b20
)
Ignore CMake caches
00/268100/1
author
Eunki, Hong
<eunkiki.hong@samsung.com>
Thu, 16 Dec 2021 06:56:09 +0000
(15:56 +0900)
committer
Eunki, 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index af8b66f75bf1a3e93303c4dce6e893cb302d8e22..37ba5cb5e4be03026d74a7df9e01c33499c81471 100755
(executable)
--- a/
.gitignore
+++ b/
.gitignore
@@
-14,8
+14,11
@@
missing
*.lo
*.la
*.swp
+*.orig
*~
Makefile
+CMakeCache.txt
+CMakeFiles/
autom4te.cache/
config.h
config.log