From: regrain Date: Fri, 13 Feb 2004 11:26:11 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: Version0.5.bp~307 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=aee2d15e80abd1f5214573f78bec622cf8a24d1f;p=gdcm.git *** empty log message *** --- diff --git a/.cvsignore b/.cvsignore index 1326c456..269d1109 100644 --- a/.cvsignore +++ b/.cvsignore @@ -15,3 +15,10 @@ dist MANIFEST gdcm*.tar.gz gdcm.spec +*Debug* +*Release* +*gdcmData* +*.ncb +*.opt +*Python.cxx +*lib* \ No newline at end of file diff --git a/Testing/.cvsignore b/Testing/.cvsignore index 27d52172..2882f50c 100644 --- a/Testing/.cvsignore +++ b/Testing/.cvsignore @@ -16,3 +16,8 @@ test2.acr.dcm test2.acr.raw test3.acr.dcm test3.acr.raw +*.exp +*.lib +*.dll +*Debug* +*Release* diff --git a/gdcmPython/win32/.cvsignore b/gdcmPython/win32/.cvsignore new file mode 100644 index 00000000..a903837b --- /dev/null +++ b/gdcmPython/win32/.cvsignore @@ -0,0 +1,5 @@ +*Debug* +*Release* +*.plg +*wrap.cxx +*Init.cxx diff --git a/src/.cvsignore b/src/.cvsignore index 4727c1b0..813d0fd2 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -6,3 +6,5 @@ Makefile.in Makefile *.lo *.la +*Debug* +*Release* diff --git a/src/win32/.cvsignore b/src/win32/.cvsignore new file mode 100644 index 00000000..b452d010 --- /dev/null +++ b/src/win32/.cvsignore @@ -0,0 +1,3 @@ +*Debug* +*Release* +*.plg \ No newline at end of file diff --git a/vtk/.cvsignore b/vtk/.cvsignore index d5b1a8eb..a0ea352b 100644 --- a/vtk/.cvsignore +++ b/vtk/.cvsignore @@ -7,3 +7,7 @@ vtkgdcmdemo *.lo *.dll vtkGdcmReaderPython.cxx +*Debug* +*Release* +*.exp +*.lib diff --git a/vtk/win32/.cvsignore b/vtk/win32/.cvsignore new file mode 100644 index 00000000..b452d010 --- /dev/null +++ b/vtk/win32/.cvsignore @@ -0,0 +1,3 @@ +*Debug* +*Release* +*.plg \ No newline at end of file