SVN Ignore pattern
개발/SVN & Trac ignore pattern, svn, 무시 패턴 View Comments
개인적으로 vim, eclipse 로 요즘 웹 개발을 하고 있습니다.
SVN을 사용하면서 일반적으로 아래의 제외/무시 패턴을 사용하면 불필요한 파일은 Commit하지 않게 됩니다.
~* *~ * *.bak .* *.class Thumbs.db *.tmp *.~* _*.*
Visual Studio 개발시에는 아래 항목도 추가..
*/debug *\debug */Debug *\Debug */Release *\Release */release *\release *.obj *.pdb *.pch *.ncb *.suo *.~ml *.o *.exec
SVN을 사용하면서 일반적으로 아래의 제외/무시 패턴을 사용하면 불필요한 파일은 Commit하지 않게 됩니다.
~* *~ * *.bak .* *.class Thumbs.db *.tmp *.~* _*.*
Visual Studio 개발시에는 아래 항목도 추가..
*/debug *\debug */Debug *\Debug */Release *\Release */release *\release *.obj *.pdb *.pch *.ncb *.suo *.~ml *.o *.exec
Twitter
RSS
back to top
Recent Comments