From f77e8008cac062596058fca2aeddda62b80bedbf Mon Sep 17 00:00:00 2001 From: kojingeun <diteam.co.kr> Date: 금, 14 7월 2023 17:03:10 +0900 Subject: [PATCH] Merge branch 'feature/#4517_CF_AOI_Review_결과_파일_찾기_실패_개선' 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