Track the two forks as submodules instead of ignoring them

They were in .gitignore with a note saying they would become submodules once
they had somewhere to live. They do now, so they are, and ignoring them would
from here on only hide which commit of each one this tree is built against.

The paths stay cosmic-comp/ and cosmic-session/, which is where cosmic-epoch
puts them, so this repository can be merged with the upstream meta-repo rather
than laid out beside it.
This commit is contained in:
2026-08-10 17:20:34 +07:00
parent 6f9696e791
commit 98e75ecdc8
4 changed files with 11 additions and 3 deletions
+3 -3
View File
@@ -6,6 +6,6 @@ target/
**/*.rs.bk
vendor/
# Forks; become submodules per spec repo topology
cosmic-comp/
cosmic-session/
# The two forks used to be listed here, ignored until they had somewhere to
# live. They are submodules now -- see .gitmodules -- so ignoring them would
# only hide the commit each one is pinned to.