Files
ThirdParty-6/.gitignore
Henry Weller 95d9c7802c scotch: Upgraded to latest version
Avoids problems compiling with MPI-3.0
See https://bugs.openfoam.org/view.php?id=3216
2019-04-08 10:58:53 +01:00

35 lines
473 B
Plaintext

# Ignore editor and misc backup files - anywhere
*~
.*~
*.bak
*.bak[0-9][0-9]
\#*\#
# Ignore source packages - anywhere
*.tar.bz2
*.tar.gz
*.tar
*.tgz
*.gtgz
# Ignore build and platforms folders
build/
platforms/
# Ignore deprecated scripts
etc/relocateQt
etc/tools/QtFunctions
etc/wmakeFiles/tecio/
makeQt
# Ignore unpacked sources in the main directory (match pkg-ver)
/*[-_][0-9]*
# Include ParaView
!/ParaView-5.0.1
# Include scotch
!/scotch_6.0.6
# End-of-file