2010-10-02 16:12:04 +00:00
|
|
|
syntax: glob
|
|
|
|
|
|
|
|
# This line is a comment, and will be skipped.
|
|
|
|
# Empty lines are skipped too.
|
|
|
|
|
|
|
|
# Backup files left behind by the Emacs editor.
|
|
|
|
*~
|
2010-10-04 12:00:51 +00:00
|
|
|
.*~
|
|
|
|
*.bak
|
|
|
|
*.bak[0-9][0-9]
|
|
|
|
*.orig
|
|
|
|
*.orig[0-9][0-9]
|
|
|
|
\#*\#
|
|
|
|
|
|
|
|
# CVS recovered versions - anywhere
|
|
|
|
.#*
|
|
|
|
|
|
|
|
# objects and archives - anywhere
|
|
|
|
*.[oa]
|
|
|
|
*.la
|
|
|
|
*.so
|
|
|
|
*.jar
|
|
|
|
*.dylib
|
2010-10-02 16:12:04 +00:00
|
|
|
|
|
|
|
# Lock files used by the Emacs editor.
|
|
|
|
# Notice that the "#" character is quoted with a backslash.
|
|
|
|
# This prevents it from being interpreted as starting a comment.
|
|
|
|
.\#*
|
|
|
|
|
|
|
|
# Temporary files used by the vim editor.
|
|
|
|
.*.swp
|
|
|
|
|
|
|
|
# A hidden file created by the Mac OS X Finder.
|
|
|
|
.DS_Store
|
|
|
|
|
2010-10-04 12:00:51 +00:00
|
|
|
# Ignore the build-dirctories
|
2010-10-24 21:52:54 +00:00
|
|
|
darwinIntel*/
|
2010-10-04 12:00:51 +00:00
|
|
|
linux*Gcc*/
|
|
|
|
linux*Icc*/
|
|
|
|
linuxming*/
|
|
|
|
SiCortex*Gcc*/
|
|
|
|
solaris*Gcc*/
|
|
|
|
SunOS*Gcc*/
|
|
|
|
|
|
|
|
# reinstate wmake/rules that might look like build folders
|
|
|
|
!wmake/rules/*/
|
2010-10-02 16:12:04 +00:00
|
|
|
|
|
|
|
# those have to go
|
|
|
|
lnInclude
|
|
|
|
|
2010-10-04 12:00:51 +00:00
|
|
|
# derived files
|
|
|
|
lex.yy.c
|
|
|
|
|
|
|
|
# Corefiles
|
|
|
|
core
|
|
|
|
|
2010-10-02 16:12:04 +00:00
|
|
|
# dependency-files
|
|
|
|
*.dep
|
|
|
|
|
|
|
|
# no Doxygen stuff
|
2010-10-04 12:00:51 +00:00
|
|
|
doc/[Dd]oxygen/html
|
|
|
|
doc/[Dd]oxygen/latex
|
|
|
|
doc/[Dd]oxygen/man
|
2010-10-02 16:12:04 +00:00
|
|
|
|
|
|
|
# patch residue
|
|
|
|
*.orig
|
|
|
|
*.rej
|
|
|
|
|
|
|
|
# pyFoam-stuff
|
|
|
|
PlyParser_FoamFileParser_parsetab.py
|
|
|
|
|
|
|
|
# python-compile
|
|
|
|
*.pyc
|
|
|
|
|
|
|
|
# other stuff
|
|
|
|
.build
|
2010-10-04 12:00:51 +00:00
|
|
|
# .gitignore
|
2010-10-02 16:12:04 +00:00
|
|
|
.timeStamp
|
2010-10-24 21:52:54 +00:00
|
|
|
|
2013-07-11 16:22:11 +00:00
|
|
|
# make sure that this settings file is not used
|
|
|
|
etc/bashrc.preset
|
|
|
|
|
2010-10-24 21:52:54 +00:00
|
|
|
#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
|
2013-07-11 16:26:35 +00:00
|
|
|
|
|
|
|
# The following files are blacklisted because of a DMCA complaint by ANSYS.
|
|
|
|
src/lduSolvers/tools/PriorityArray.C
|
|
|
|
src/lduSolvers/tools/PriorityArray.H
|
|
|
|
src/lduSolvers/amg/amgPolicy/samgPolicy.C
|
|
|
|
src/lduSolvers/amg/amgPolicy/samgPolicy.H
|
|
|
|
src/lduSolvers/amg/amgPolicy/aamgPolicy.C
|
|
|
|
src/lduSolvers/amg/amgPolicy/aamgPolicy.H
|
|
|
|
|
|
|
|
# end-of-file
|