Subversion ignore pattern
일단 Visual Studio에서 사용되는 파일 확장자의 의미
inl : inline function file
rc, rc2 : resource file
def : module definition file
aps : presource file에 대한 binary file
bsc : browser database file
clw : classwizard status file
dsp : developer studio project file
dsw : developer studio workspace file
pch : precompiled header file
pdb : program debugging(database?) file
wsp : workspace info. file
vcp : workspace info. file
exp : export file, export 되는 함수와 데이터 정보
map : map file (프로그램의 entry 포인트, symbol 이름, 시작 주소등)
ncb : parser info. file (클래스 뷰와 컴포넌트 갤러리 지원 정보)
mdp :
rct : resource template file
opt : workspace 환경 설정
plg : build log file
[출처]
http://blog.naver.com/ehdus?Redirect=Log&logNo=80022631958
evc, vs 6.0, vs 2005 공통적으로 Release/Debug 디렉토리는 지워도 상관 없다.
(ignore pattern에 포함)
[evc]
ReadMe.txt, aps, vcl, vcb, vco
[vs 6]
ReadMe.txt, clw, plg, opt, ncb
[vs 2005]
이 확장자들을 TortoiseSVN 클라이언트의 ignore pattern으로 등록해두면
svn에서 파일을 관리할 때 등록된 확장자를 가진 파일은 관리에서 제외
시킨다.
[내가 등록해둔 무시 패턴]
Release Debug ARMV4IDbg ARMV4IRel ReadMe.txt *.aps *.clw *.plg *.opt *.ncb *.vcl *.vcb *.vco *.bak *.tmp