From f9dd9d0c64c44dfeb7a6b99920e3171be2e2c18f Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 22 Dec 2009 23:36:15 +0000 Subject: [PATCH] Some more files to ignore, generated by cmake/ctest git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6956 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- .gitignore | 2 ++ buildtools/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2c4e0294ae..8c173a1fa5 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,8 @@ buildtools/Cmake/CMakeFiles/ buildtools/Cmake/CMakeCache.txt buildtools/Cmake/CTestTestfile.cmake buildtools/Cmake/cmake_install.cmake +buildtools/Cmake/CTestCustom.ctest +buildtools/Cmake/DartConfiguration.tcl include/simgrid_config.h examples/amok/bandwidth/bandwidth_maestro examples/amok/bandwidth/bandwidth_sensor diff --git a/buildtools/Makefile.am b/buildtools/Makefile.am index 597f030a10..42dcb0d6ef 100644 --- a/buildtools/Makefile.am +++ b/buildtools/Makefile.am @@ -5,7 +5,7 @@ EXTRA_DIST = \ CLEANFILES = Cmake/CMakeCache.txt Cmake/cmake_install.cmake \ Cmake/Makefile Cmake/CTestTestfile.cmake Cmake/DartConfiguration.tcl \ - Cmake/*~ + Cmake/CTestCustom.ctest Cmake/*~ clean-local: -rm -rf Cmake/CMakeFiles Cmake/Testing -- 2.20.1