From c112cf54a238afa473e7eb0ea6298e06f4957658 Mon Sep 17 00:00:00 2001
From: kojingeun <diteam.co.kr>
Date: 금, 24 11월 2023 14:44:30 +0900
Subject: [PATCH] Merge branch 'feature/#4539_CF_AOI_Review_Log_미출력_현상_개선' into develop

---
 .gitignore |   23 ++++++++++++-----------
 1 files changed, 12 insertions(+), 11 deletions(-)

diff --git a/.gitignore b/.gitignore
index a87b361..7d41e18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,12 @@
 ReviewSystem/.vs/
 ReviewSystem/x64/
 ReviewSystem/ipch/
-ReviewSystem/bin/
-ReviewSystem/lib/
+
 
 Internal_Library/.vs/
 Internal_Library/x64/
 Internal_Library/ipch/
-Internal_Library/bin/
-Internal_Library/lib/
+
 
 Standard_Library/.vs/
 Standard_Library/x64/
@@ -19,15 +17,14 @@
 FTPUploader/.vs/
 FTPUploader/x64/
 FTPUploader/ipch/
-FTPUploader/bin/
-FTPUploader/lib/
+
 
 DitGlassRawMessenger/.vs/
 DitGlassRawMessenger/x64/
 DitGlassRawMessenger/ipch/
-DitGlassRawMessenger/bin/
-DitGlassRawMessenger/lib/
 DitGlassRawMessenger/Backup/
+
+ReviewHistory/.vs/
 
 *.sdf
 *.opensdf
@@ -39,12 +36,16 @@
 *.manifest
 *_manifest.rc
 *.lastbuildstate
-*.def
 *.pch
-*.pdb
 *.idb
 *.log
 *.res
 *.cache
 *.unsuccessfulbuild
-*.htm
\ No newline at end of file
+*.htm
+
+*.exp
+*.ilk
+*.iobj
+*.ipdb
+vc*.pdb
\ No newline at end of file

--
Gitblit v1.9.3