chore: add shared library artifacts to gitignore and clarify makefile comment for lib build
Add libwren.a and libwrend.a to .gitignore to prevent tracking of static library build outputs, and update the Makefile comment to explain that main.c is excluded from shared library object lists.
This commit is contained in:
+3
-1
@@ -3,9 +3,11 @@ build/
|
||||
build_xcode/
|
||||
.sass-cache/
|
||||
|
||||
# Built applications.
|
||||
# Built files at the top level.
|
||||
wren
|
||||
wrend
|
||||
libwren.a
|
||||
libwrend.a
|
||||
|
||||
# XCode user-specific stuff.
|
||||
xcuserdata/
|
||||
|
||||
Reference in New Issue
Block a user