projects
/
profile
/
iot
/
apps
/
dotnet
/
homescreen-app.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64b3bbe
)
Adding profiling and VS backup files to .gitignore
68/316968/2
tizen
author
Azijur Rahman Sheatu
<azijur.r@samsung.com>
Mon, 2 Sep 2024 05:05:23 +0000
(11:05 +0600)
committer
Azijur 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index da11561ed74d71d4908d93a5fcc16987ea94cb6f..1db952f478b3c82791a32854bd0c4397462b6f46 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-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