From 18978c28d776d41e5eda8a75388a6a1ca64abd38 Mon Sep 17 00:00:00 2001 From: msmit Date: Fri, 9 Dec 2011 10:41:27 +0000 Subject: Fri Dec 9 10:41:02 UTC 2011 Marcel Smit * docs/svn/config: Subversion should ignore *_svnt_T.*. --- ACE/ChangeLog.BRANCH | 5 +++++ ACE/docs/svn/config | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ACE/ChangeLog.BRANCH b/ACE/ChangeLog.BRANCH index 0e0e6e9c1d3..c9e73ef16bb 100644 --- a/ACE/ChangeLog.BRANCH +++ b/ACE/ChangeLog.BRANCH @@ -1,3 +1,8 @@ +Fri Dec 9 10:41:02 UTC 2011 Marcel Smit + + * docs/svn/config: + Subversion should ignore *_svnt_T.*. + Local Variables: mode: change-log diff --git a/ACE/docs/svn/config b/ACE/docs/svn/config index 8080f88da52..46ec471d88e 100644 --- a/ACE/docs/svn/config +++ b/ACE/docs/svn/config @@ -61,7 +61,7 @@ [miscellany] ### Set global-ignores to a set of whitespace-delimited globs ### which Subversion will ignore in its status output. -global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store *.class *C.i *C.inl *S.i *S.inl *C.h *S.h *C.cpp *S.cpp *C.hh *S.hh *S_T.i *S_T.inl *S_T.h *S_T.cpp .obj .pure .shobj config.h Templates.DB Thumbs.db ir.out *.aux *.lof *.lot *.log *.dvi *.blg *.bbl *.ior *Cli.* *Ser.* *Ser_T.* *.vcl *.vcb *.vcl *.vco *.SUP .depend.* GNUmake* [Mm]akefile *.mak *.a *.so* *.idb *.obj *.exe *_svnt.* *.user *.vcproj *.dsw *.dsp *.sln *.suo *.dep *.tlb *.pch *.ocx *.dll *.exp *.ilk *.lib *.ncb *.opt *.pdb *.plg *.bsc *.res LIB DLL Debug Release Static_Debug Static_Release *.bak *.trg *.mga *.mta ComponentLib.h *_[ip].c dlldata.c *.tds *.vxe *.bmak +global-ignores = *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#* .DS_Store *.class *C.i *C.inl *S.i *S.inl *C.h *S.h *C.cpp *S.cpp *C.hh *S.hh *S_T.i *S_T.inl *S_T.h *S_T.cpp .obj .pure .shobj config.h Templates.DB Thumbs.db ir.out *.aux *.lof *.lot *.log *.dvi *.blg *.bbl *.ior *Cli.* *Ser.* *Ser_T.* *.vcl *.vcb *.vcl *.vco *.SUP .depend.* GNUmake* [Mm]akefile *.mak *.a *.so* *.idb *.obj *.exe *_svnt.* *_svnt_T.* *.user *.vcproj *.dsw *.dsp *.sln *.suo *.dep *.tlb *.pch *.ocx *.dll *.exp *.ilk *.lib *.ncb *.opt *.pdb *.plg *.bsc *.res LIB DLL Debug Release Static_Debug Static_Release *.bak *.trg *.mga *.mta ComponentLib.h *_[ip].c dlldata.c *.tds *.vxe *.bmak ### Set log-encoding to the default encoding for log messages # log-encoding = latin1 ### Set use-commit-times to make checkout/update/switch/revert -- cgit v1.2.1