projects
/
platform
/
upstream
/
nnstreamer-edge.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d1c304
)
[Git] Add ignore list related with CMake
author
Seungha Son
<linuxias@gmail.com>
Sat, 1 Apr 2023 15:32:14 +0000
(
00:32
+0900)
committer
jaeyun-jung
<39614140+jaeyun-jung@users.noreply.github.com>
Mon, 3 Apr 2023 02:26:57 +0000
(11:26 +0900)
This patch is to ignore cmake related files generated after the build.
Signed-off-by: Seungha Son <linuxias@gmail.com>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index f64fd0956520b30eea31b6766c38dedc3850ded8..9fef908c41efc46681af529ccc9f70c9b556b2c3 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-37,3
+37,16
@@
debian/tmp/*
.vs/
bin/
obj/
+
+# CMake
+CMakeLists.txt.user
+CMakeCache.txt
+CMakeFiles
+CMakeScripts
+Testing
+Makefile
+cmake_install.cmake
+install_manifest.txt
+compile_commands.json
+CTestTestfile.cmake
+_deps