mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
explicitly ignore executables in rules
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -30,6 +30,12 @@ lnInclude
|
||||
# linux build folder(s) - anywhere
|
||||
linux*Gcc*
|
||||
|
||||
# reinstate wmake/rules that look like build folders
|
||||
!wmake/rules/linux*
|
||||
# but do ignore the derived files in there
|
||||
wmake/rules/linux*/dirToString
|
||||
wmake/rules/linux*/wmkdep
|
||||
|
||||
# doxygen generated documentation
|
||||
doc/[Dd]oxygen/html
|
||||
doc/[Dd]oxygen/latex
|
||||
|
||||
Reference in New Issue
Block a user