summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzijur Rahman Sheatu <azijur.r@samsung.com>2024-08-29 12:57:11 +0600
committerAzijur Rahman Sheatu <azijur.r@samsung.com>2024-08-29 12:57:11 +0600
commitf7a65e97ce697db46111c5e60bb8a6971e5f6cbf (patch)
tree11f918a9a4aa93bd9d1ac33da237448024583f9a
parent6b6adc8e4461adab8d91653286ba572bf1fc6240 (diff)
downloadsetting-wallpaper-tizen.tar.gz
setting-wallpaper-tizen.tar.bz2
setting-wallpaper-tizen.zip
Adding .dll resource files in .gitignoretizen
[Issue] TNINE-3749 [Problem] .dll files modifications are detected by git each time we build project. [Cause & Measure] Cause : .dll files were not included in the .gitignore Measure : Added .dll files in .gitignore Change-Id: If40e978e89d2c36f8672bf1eef0f379d7a195b5c Signed-off-by: Azijur Rahman Sheatu <azijur.r@samsung.com>
-rw-r--r--.gitignore5
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index df4dff7..f3f8c1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,5 @@
**/[Dd]ebug/
**/[Bb]uild/
**/.gn
-**/res/allowed/*.dll
-tags
-msbuild.log \ No newline at end of file
+**/res/allowed/**/*.dll
+**/SettingWallpaper.csproj.user \ No newline at end of file