mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
Updated gitignore to ignore all tutorial computation results
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@ -84,3 +84,23 @@ doc/Doxygen/DTAGS
|
||||
|
||||
# Ignore the test directory
|
||||
/tutorialsTest
|
||||
|
||||
#Ignore all tutorial files that are not configs, resources or scripts
|
||||
/tutorials
|
||||
|
||||
!Allwmake
|
||||
!Alltest
|
||||
!Allclean
|
||||
!Allrun
|
||||
!*.yaml
|
||||
!*.cti
|
||||
!*Properties
|
||||
|
||||
!/tutorials/resources/
|
||||
|
||||
!/tutorials/**/system/
|
||||
!/tutorials/**/0/
|
||||
|
||||
!/tutorials/**/constant/*reaction*
|
||||
!/tutorials/**/constant/*thermo*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user