Adding profiling and VS backup files to .gitignore 62/316962/2
authorAzijur Rahman Sheatu <azijur.r@samsung.com>
Mon, 2 Sep 2024 03:59:53 +0000 (09:59 +0600)
committerAzijur Rahman Sheatu <azijur.r@samsung.com>
Mon, 2 Sep 2024 12:02:34 +0000 (18:02 +0600)
[Problem] N/A
[Cause & Measure]
 Cause : N/A
 Measure : N/A

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

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