projects
/
profile
/
iot
/
apps
/
dotnet
/
music-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78aa336
)
Adding profiling and VS backup files to .gitignore
69/316969/2
author
Azijur Rahman Sheatu
<azijur.r@samsung.com>
Mon, 2 Sep 2024 05:09:33 +0000
(11:09 +0600)
committer
Azijur Rahman Sheatu
<azijur.r@samsung.com>
Mon, 2 Sep 2024 12:05:40 +0000
(18:05 +0600)
[Problem] N/A
[Cause & Measure]
Cause : N/A
Measure : N/A
Change-Id: I531eafee28c85d0e2337ff45b603b7c010a2a9af
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 77305303ea51821c90d064f3d717d2f7acf5e9ad..1db952f478b3c82791a32854bd0c4397462b6f46 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,4
+1,5
@@
-music-player/.vs/
-music-player/bin/
-music-player/obj/
-music-player/music-player.csproj.user
+.vs/
+bin/
+obj/
+*.csproj.user
+Tizen*/
\ No newline at end of file