mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
35 lines
473 B
Plaintext
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
|