Cleanup .gitignore file 46/287246/1
authorEunki Hong <eunkiki.hong@samsung.com>
Wed, 25 Jan 2023 15:50:23 +0000 (00:50 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Wed, 25 Jan 2023 15:55:05 +0000 (00:55 +0900)
Collect, merge and clean up .gitignore file for all dali repos

Change-Id: Icb0321be4402b1c99fb3776b8f435db1d667de1b
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..3afd18b
--- /dev/null
@@ -0,0 +1,52 @@
+# Common gitignore
+.cproject
+.project
+.settings
+.directory
+Makefile.in
+Makefile
+BROWSE
+CMakeCache.txt
+CMakeFiles/
+cmake_install.cmake
+install_manifest.txt
+*~
+*.pc
+*.o
+*.o.d
+*.lo
+*.loT
+*.la
+*.so
+*.orig
+*.odt
+*.fodt
+*.test
+*.example
+*.a
+*.apk
+*.ap_
+*.class
+*.classpath
+*.dex
+*.gcno
+*.gcda
+*.gcov
+.deps
+.libs
+*.swp
+*.creator
+*.creator.user
+/docs/generated/*
+/build/tizen/doc
+/build/tizen/.cov
+/build/desktop
+/packaging/home*
+compile_commands.json
+.clangd
+/debugfiles.list
+/debuglinks.list
+/debugsources.list
+.clangd/
+*.vscode/
+*.cache/