Ignore stuff from the testloop
--HG-- branch : macMerge
This commit is contained in:
parent
a77e5b12f0
commit
51ada73b08
1 changed files with 10 additions and 2 deletions
12
.hgignore
12
.hgignore
|
@ -34,8 +34,7 @@ syntax: glob
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# Ignore the build-dirctories
|
# Ignore the build-dirctories
|
||||||
darwinIntel*Opt*/
|
darwinIntel*/
|
||||||
darwinIntel*Debug*/
|
|
||||||
linux*Gcc*/
|
linux*Gcc*/
|
||||||
linux*Icc*/
|
linux*Icc*/
|
||||||
linuxming*/
|
linuxming*/
|
||||||
|
@ -77,3 +76,12 @@ PlyParser_FoamFileParser_parsetab.py
|
||||||
.build
|
.build
|
||||||
# .gitignore
|
# .gitignore
|
||||||
.timeStamp
|
.timeStamp
|
||||||
|
|
||||||
|
#Test-Harness generated stuff
|
||||||
|
testHarness/OpenFOAM/1.6-ext/runDir/tutorialsTestSuites_oneTimeStep
|
||||||
|
testHarness/OpenFOAM/1.6-ext/runDir/Testing
|
||||||
|
testHarness/OpenFOAM/1.6-ext/runDir/CMake*
|
||||||
|
testHarness/OpenFOAM/1.6-ext/runDir/CTestTestfile.cmake
|
||||||
|
testHarness/OpenFOAM/1.6-ext/runDir/DartConfiguration.tcl
|
||||||
|
testHarness/OpenFOAM/1.6-ext/runDir/Makefile
|
||||||
|
testHarness/OpenFOAM/1.6-ext/runDir/cmake_install.cmake
|
||||||
|
|
Reference in a new issue