Cleanup .gitignore file 43/287243/1
authorEunki Hong <eunkiki.hong@samsung.com>
Wed, 25 Jan 2023 15:49:48 +0000 (00:49 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Wed, 25 Jan 2023 15:49:48 +0000 (00:49 +0900)
Collect, merge and clean up .gitignore file for all dali repos

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

index 56258a1..e56f356 100644 (file)
@@ -1,3 +1,4 @@
+# Common gitignore
 .cproject
 .project
 .settings
@@ -8,9 +9,7 @@ BROWSE
 CMakeCache.txt
 CMakeFiles/
 cmake_install.cmake
-dali.info
 install_manifest.txt
-libdali2-core.so*
 *~
 *.pc
 *.o
@@ -40,11 +39,19 @@ libdali2-core.so*
 *.creator.user
 /docs/generated/*
 /build/tizen/doc
-/build/tizen-cmake/doc
 /build/tizen/.cov
 /build/desktop
 /packaging/home*
 compile_commands.json
-file-list.cmake
-compile_commands.json
 .clangd
+/debugfiles.list
+/debuglinks.list
+/debugsources.list
+.clangd/
+*.vscode/
+*.cache/
+# dali-core only
+dali.info
+libdali2-core.so*
+/build/tizen-cmake/doc
+file-list.cmake