[Git] Add ignore list related with CMake
authorSeungha Son <linuxias@gmail.com>
Sat, 1 Apr 2023 15:32:14 +0000 (00:32 +0900)
committerjaeyun-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

index f64fd0956520b30eea31b6766c38dedc3850ded8..9fef908c41efc46681af529ccc9f70c9b556b2c3 100644 (file)
@@ -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