Skip to content

Commit

Permalink
Update gitignore for mepo update
Browse files Browse the repository at this point in the history
Soon, `mepo` will have the ability to checkout subrepos as `repo`, `repo@`, or `@repo`. This commit updates the `.gitignore` files to support this flexibility.
  • Loading branch information
mathomp4 committed May 19, 2021
1 parent c7402e7 commit 9fe7463
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
*~
/@cmake/
/@modules/
/cmake/
/cmake@/
/@env/
/env/
/env@/
/.mepo/
parallel_build.o*
log.*
6 changes: 6 additions & 0 deletions src/Applications/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
/@GEOSgcm_App
/GEOSgcm_App
/GEOSgcm_App@
/@CPLFCST_Etc
/CPLFCST_Etc
/CPLFCST_Etc@
/@UMD_Etc
/UMD_Etc
/UMD_Etc@

8 changes: 8 additions & 0 deletions src/Components/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
/@GEOSagcmPert_GridComp
/GEOSagcmPert_GridComp
/GEOSagcmPert_GridComp@
/@GEOSana_GridComp
/GEOSana_GridComp
/GEOSana_GridComp@
/@GEOSgcm_GridComp
/GEOSgcm_GridComp
/GEOSgcm_GridComp@
/@g5pert
/g5pert
/g5pert@
9 changes: 8 additions & 1 deletion src/Shared/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
/@GMAO_Shared
/GMAO_Shared
/GMAO_Shared@
/@MAPL
/MAPL
/MAPL@
/@NCEP_Shared
/NCEP_Shared
/NCEP_Shared@
/@FMS
/@GSW
/FMS
/FMS@

0 comments on commit 9fe7463

Please sign in to comment.