Adding profiling and VS backup files to .gitignore 68/316968/2 tizen
authorAzijur Rahman Sheatu <azijur.r@samsung.com>
Mon, 2 Sep 2024 05:05:23 +0000 (11:05 +0600)
committerAzijur Rahman Sheatu <azijur.r@samsung.com>
Mon, 2 Sep 2024 11:58:21 +0000 (17:58 +0600)
[Problem] N/A
[Cause & Measure]
 Cause : N/A
 Measure : N/A

Change-Id: Iea757d77a7502d850bc2a33e5c6411bbd14a09c7
Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
.gitignore

index da11561ed74d71d4908d93a5fcc16987ea94cb6f..1db952f478b3c82791a32854bd0c4397462b6f46 100644 (file)
@@ -1,4 +1,5 @@
-HomeScreenApp/.vs/
-HomeScreenApp/bin/
-HomeScreenApp/obj/
-HomeScreenApp/HomeScreenApp.csproj.user
\ No newline at end of file
+.vs/
+bin/
+obj/
+*.csproj.user
+Tizen*/
\ No newline at end of file