From aee2d15e80abd1f5214573f78bec622cf8a24d1f Mon Sep 17 00:00:00 2001 From: regrain Date: Fri, 13 Feb 2004 11:26:11 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 7 +++++++ Testing/.cvsignore | 5 +++++ gdcmPython/win32/.cvsignore | 5 +++++ src/.cvsignore | 2 ++ src/win32/.cvsignore | 3 +++ vtk/.cvsignore | 4 ++++ vtk/win32/.cvsignore | 3 +++ 7 files changed, 29 insertions(+) create mode 100644 gdcmPython/win32/.cvsignore create mode 100644 src/win32/.cvsignore create mode 100644 vtk/win32/.cvsignore 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 -- 2.45.1