mirror of
https://develop.openfoam.com/Development/ThirdParty-common.git
synced 2025-12-08 06:57:50 +00:00
37 lines
512 B
Plaintext
37 lines
512 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 standard input/output folders
|
|
/build/
|
|
/download/
|
|
/opt/
|
|
/platforms/
|
|
/sources/
|
|
/unpack/
|
|
|
|
# Generated files in the main directory
|
|
/*.html
|
|
|
|
# Ignore unpacked sources in the main directory (match pkg-ver)
|
|
# this also matches symlinks
|
|
/*[-_][0-9]*
|
|
|
|
# Ignore all top-level sub-directories
|
|
/*/
|
|
|
|
# Do not ignore these ones though
|
|
!/etc/
|
|
|
|
# End-of-file
|