RhostMUSH / trunk

RhostMUSH 4.0: This is the official main repository of RhostMUSH. Visit us at rhostdev.mushpark.com 4201
23 stars 21 forks source link

Gitignore sym #105

Closed warmstarter closed 3 years ago

warmstarter commented 3 years ago

There are four commits bundled here, so make sure you add them all. I would also recommend double-checking my work on this (by looking at what they do in total, not individually.) For me it involved cross-referencing multiple versions of the repo, but for you I imagine it will be pretty straightforward.

Here's what this is:

make_links.sh was spamming symlinks into directories that had been created in the git repo since it was last updated.

.gitignore was picking up on those symlinks, when there really was no reason it should be doing that.

There were some bad symlinks within the repo that were in the repo. If the directories they were in are ever moved so that symlinks would now make sense, make_links.sh would rebuild them anyway (my theory on how they got in here in the first place.)

Chalice commented 3 years ago

Merged!