projects
/
profile
/
iot
/
apps
/
dotnet
/
volume-app.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf6beb2
)
Adding profiling and VS backup files to .gitignore
62/316962/2
author
Azijur Rahman Sheatu
<azijur.r@samsung.com>
Mon, 2 Sep 2024 03:59:53 +0000
(09:59 +0600)
committer
Azijur 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index b7551feb7abfb2b72689a6577d0a8cf262046084..1db952f478b3c82791a32854bd0c4397462b6f46 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-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