mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
GIT: adjust gitignore
- ignore top-level /build and /platforms directories
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@ -39,8 +39,12 @@ solaris*Gcc*/
|
|||||||
SunOS*Gcc*/
|
SunOS*Gcc*/
|
||||||
platforms/
|
platforms/
|
||||||
|
|
||||||
# Reinstate wmake/rules that might look like build directories
|
# Top-level build directories
|
||||||
!wmake/rules/*/
|
/build/
|
||||||
|
/platforms/
|
||||||
|
|
||||||
|
# Reinstate wmake rules that might look like build directories
|
||||||
|
!/wmake/rules/*/
|
||||||
|
|
||||||
# doxygen generated documentation
|
# doxygen generated documentation
|
||||||
doc/Doxygen/html
|
doc/Doxygen/html
|
||||||
@ -62,6 +66,7 @@ doc/Doxygen/DTAGS
|
|||||||
# Source packages - anywhere
|
# Source packages - anywhere
|
||||||
*.tar.bz2
|
*.tar.bz2
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
*.tar.xz
|
||||||
*.tar
|
*.tar
|
||||||
*.tgz
|
*.tgz
|
||||||
*.gtgz
|
*.gtgz
|
||||||
|
|||||||
Reference in New Issue
Block a user