Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 37bd620

Browse files
authored
Updated gitignore (#26)
* Some .o files neeeded for Lima to run * Documented gitignore
1 parent 935e40b commit 37bd620

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.gitignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
/build
2-
/lib/data
3-
/lib/log
4-
1+
# Ignore build directory from FluffOS
2+
/build/
3+
# Ignore these mudlib folders and any changes there
4+
/lib/data/
5+
/lib/log/
6+
tmp_*
7+
# but not these
58
!**/.gitignore
69
!/lib/data/config

0 commit comments

Comments
 (0)