====== Ignore List ====== OSX에서 svn 사용할 때 필요 없는 것을 걸러내기 위해서 사용하는 **Ignore list** ignore.list 파일을 확장자를 빼려는 가장 상위 폴더에 추가. 다른 추가 작업이 있었는지는 기억이 나지 않음 - __090302__ ## ignore.list 파일의 내용 *.pbxtree *.pbxsymbols Debug Release 전역설정으로 필요없는 파일을 제거하려면 ~/.subversion/config 파일에서 아래 부분의 주석을 제거한다. 그리고 필요 없다고 생각되는 확장자를 추가한다. [miscellany] ### Set global-ignores to a set of whitespace-delimited globs ### which Subversion will ignore in its 'status' output, and ### while importing or adding files and directories. global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store build Debug Release *.pbxbtree *.pbxstrings *.pbxsymbols